diff options
author | Brian Paul <[email protected]> | 2008-03-12 16:28:33 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-03-13 13:22:51 -0600 |
commit | cb294542bcaca7d9847067ce502a68fd8e92f42e (patch) | |
tree | 65c3fa7cc2181fa450fb4f4000cce5751df9df19 /src/gallium/auxiliary/cso_cache | |
parent | 647213804582a6b6cfd4fbfeb1c9874ef53307f3 (diff) |
gallium: remove a debug printf
Diffstat (limited to 'src/gallium/auxiliary/cso_cache')
-rw-r--r-- | src/gallium/auxiliary/cso_cache/cso_context.c | 2 |
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 f7f4aebb161..fd86bfaca9c 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 ); |