Remove commented anon_sym init in tcc_compile()

This commit is contained in:
Khairul Kasmiran 2019-02-07 20:16:45 +08:00
parent 23e74f9432
commit 808c512325

View File

@ -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;