summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/cso_cache
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-03-12 16:28:33 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-03-13 13:22:51 -0600
commitcb294542bcaca7d9847067ce502a68fd8e92f42e (patch)
tree65c3fa7cc2181fa450fb4f4000cce5751df9df19 /src/gallium/auxiliary/cso_cache
parent647213804582a6b6cfd4fbfeb1c9874ef53307f3 (diff)
gallium: remove a debug printf
Diffstat (limited to 'src/gallium/auxiliary/cso_cache')
-rw-r--r--src/gallium/auxiliary/cso_cache/cso_context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c b/src/gallium/auxiliary/cso_cache/cso_context.c
index f7f4aebb16..fd86bfaca9 100644
--- a/src/gallium/auxiliary/cso_cache/cso_context.c
+++ b/src/gallium/auxiliary/cso_cache/cso_context.c
@@ -102,8 +102,6 @@ static void cso_release_all( struct cso_context *ctx )
void cso_destroy_context( struct cso_context *ctx )
{
- debug_printf("%s\n", __FUNCTION__);
-
if (ctx)
cso_release_all( ctx );