From 4d90eba2adf1cb97537ae2dd67a59a813716a180 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 9 Mar 2011 11:08:30 +0900 Subject: [PATCH] Remove some unused globals. --- tools/qfcc/source/qfcc.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tools/qfcc/source/qfcc.c b/tools/qfcc/source/qfcc.c index d02b5518c..0da81742c 100644 --- a/tools/qfcc/source/qfcc.c +++ b/tools/qfcc/source/qfcc.c @@ -99,15 +99,6 @@ char debugfile[1024]; pr_info_t pr; -ddef_t *globals; -int numglobaldefs; - -int num_localdefs; -const char *big_function = 0; - -ddef_t *fields; -int numfielddefs; - #ifdef _WIN32 char * fix_backslash (char *path) @@ -161,9 +152,6 @@ InitData (void) pr.entity_data = defspace_new (); pr.entity_fields = new_symtab (0, stab_global); pr.entity_fields->space = pr.entity_data;; - - numglobaldefs = 1; - numfielddefs = 1; } static int