diff options
author | Brian Paul <[email protected]> | 2009-10-02 07:31:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-02 07:31:42 -0600 |
commit | 389021220d27c376b81a6221a31d0ee33c24e67f (patch) | |
tree | 578647c0b77feacd7e389aa1d4a442d54692e801 /src/gallium/auxiliary/cso_cache | |
parent | 337480e1f85844b7bd4a4d47cef93a217e3ad464 (diff) |
gallium: replace // comments with /* */
Diffstat (limited to 'src/gallium/auxiliary/cso_cache')
-rw-r--r-- | src/gallium/auxiliary/cso_cache/cso_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c b/src/gallium/auxiliary/cso_cache/cso_context.c index 36c882acb75..4f13b3e2bad 100644 --- a/src/gallium/auxiliary/cso_cache/cso_context.c +++ b/src/gallium/auxiliary/cso_cache/cso_context.c @@ -268,7 +268,7 @@ void cso_release_all( struct cso_context *ctx ) void cso_destroy_context( struct cso_context *ctx ) { if (ctx) { - //cso_release_all( ctx ); + /*cso_release_all( ctx );*/ FREE( ctx ); } } |