From: Brian Paul Date: Mon, 3 May 2010 22:13:57 +0000 (-0600) Subject: st/mesa: remove dead code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8306c9caf3190f2bca6b83c653cd4711c25f98a;p=mesa.git st/mesa: remove dead code --- diff --git a/src/mesa/state_tracker/st_atom_texture.c b/src/mesa/state_tracker/st_atom_texture.c index 217116e0a0d..d403b7db1e5 100644 --- a/src/mesa/state_tracker/st_atom_texture.c +++ b/src/mesa/state_tracker/st_atom_texture.c @@ -88,15 +88,6 @@ update_textures(struct st_context *st) sampler_view = st_get_texture_sampler_view(stObj, pipe); } - /* - if (pt) { - printf("%s su=%u non-null\n", __FUNCTION__, su); - } - else { - printf("%s su=%u null\n", __FUNCTION__, su); - } - */ - pipe_sampler_view_reference(&st->state.sampler_views[su], sampler_view); }