glsl_to_tgsi: remove memset after calloc

This commit is contained in:
Marek Olšák 2015-05-26 15:18:27 +02:00
parent 6ae3bc2569
commit 30b74c02cd

View file

@ -5139,8 +5139,6 @@ st_translate_program(
goto out;
}
memset(t, 0, sizeof *t);
t->procType = procType;
t->inputMapping = inputMapping;
t->outputMapping = outputMapping;