Skip to content

Commit 5527ca6

Browse files
committed
libtcc: Remove unrelated debug code
1 parent 52a9a54 commit 5527ca6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libtcc.c

-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ ST_DATA int nb_stk_data;
7878
/* option -d<num> (for general development purposes) */
7979
ST_DATA int g_debug;
8080

81-
#define DEBUG_LIBTCC 0
82-
#undef dprintf
83-
#define dprintf if (DEBUG_LIBTCC) printf
8481

8582
/********************************************************/
8683
#ifdef _WIN32

0 commit comments

Comments
 (0)