libtcc: Remove unrelated debug code
Some checks failed
build and test / test-x86_64-linux (push) Has been cancelled
build and test / test-x86_64-osx (push) Has been cancelled
build and test / test-aarch64-osx (push) Has been cancelled
build and test / test-x86-win32 (push) Has been cancelled
build and test / test-armv7-linux (push) Has been cancelled
build and test / test-aarch64-linux (push) Has been cancelled
build and test / test-riscv64-linux (push) Has been cancelled

This commit is contained in:
Detlef Riekenberg 2025-03-20 00:34:39 +01:00
parent 52a9a541b0
commit 5527ca6dcb

View File

@ -78,9 +78,6 @@ ST_DATA int nb_stk_data;
/* option -d<num> (for general development purposes) */
ST_DATA int g_debug;
#define DEBUG_LIBTCC 0
#undef dprintf
#define dprintf if (DEBUG_LIBTCC) printf
/********************************************************/
#ifdef _WIN32