fixed some namespace bugs
[swftools.git] / lib / as3 / tokenizer.h
index e80ba61..9a939ec 100644 (file)
@@ -77,8 +77,6 @@ extern char start_of_expression;
 
 typedef token_t*tokenptr_t;
 
-extern trie_t*active_namespaces;
-
 #include "parser.tab.h"
 
 extern char*token2string(enum yytokentype nr, YYSTYPE v);