diff --git a/shlr/tcc/libtcc.c b/shlr/tcc/libtcc.c index 49fcda4f00..cc9216aa91 100644 --- a/shlr/tcc/libtcc.c +++ b/shlr/tcc/libtcc.c @@ -355,7 +355,6 @@ static int tcc_compile(TCCState *s1) preprocess_init (s1); funcname = ""; - // anon_sym = SYM_FIRST_ANOM; /* define some often used types */ int8_type.t = VT_INT8;