mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 15:00:10 +01:00
gallium: remove a debug printf
This commit is contained in:
parent
6472138045
commit
cb294542bc
1 changed files with 0 additions and 2 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue