aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcc.h b/tcc.h
index 13cf314..66ac779 100644
--- a/tcc.h
+++ b/tcc.h
@@ -225,8 +225,6 @@ typedef struct Sym {
struct Sym *prev_tok; /* previous symbol for this token */
} Sym;
-static int new_undef_sym = 0; /* Is there a new undefined sym since last new_undef_sym() */
-
/* section definition */
/* XXX: use directly ELF structure for parameters ? */
/* special flag to indicate that the section should not be linked to