glsl_to_tgsi: remove debugging printf

This commit is contained in:
Bryan Cain 2011-08-02 11:36:44 -05:00
parent 189e9f12c7
commit b7e8911531

View file

@ -840,7 +840,6 @@ glsl_to_tgsi_visitor::add_constant(gl_register_file file,
int index = 0;
immediate_storage *entry;
assert(file == PROGRAM_IMMEDIATE);
fprintf(stderr, "adding immediate\n");
/* Search immediate storage to see if we already have an identical
* immediate that we can use instead of adding a duplicate entry.