mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
remove debug printf
This commit is contained in:
parent
40ae3943f2
commit
a28e648690
1 changed files with 0 additions and 1 deletions
|
|
@ -1433,7 +1433,6 @@ static const char *triFuncName = NULL;
|
||||||
#define USE(triFunc) \
|
#define USE(triFunc) \
|
||||||
do { \
|
do { \
|
||||||
triFuncName = #triFunc; \
|
triFuncName = #triFunc; \
|
||||||
printf("%s\n", triFuncName);\
|
|
||||||
return triFunc; \
|
return triFunc; \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue