mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
glsl_to_tgsi: remove memset after calloc
This commit is contained in:
parent
6ae3bc2569
commit
30b74c02cd
1 changed files with 0 additions and 2 deletions
|
|
@ -5139,8 +5139,6 @@ st_translate_program(
|
|||
goto out;
|
||||
}
|
||||
|
||||
memset(t, 0, sizeof *t);
|
||||
|
||||
t->procType = procType;
|
||||
t->inputMapping = inputMapping;
|
||||
t->outputMapping = outputMapping;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue