- implemented -Wunused-label
[cparser] / symbol.h
index 79c5432..3d58dfe 100644 (file)
--- a/symbol.h
+++ b/symbol.h
@@ -10,7 +10,6 @@ struct symbol_t {
        unsigned short  ID;
        unsigned short  pp_ID;
        declaration_t  *declaration;
-       const void     *context;
 };
 
 #endif