X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=symbol.h;h=3d58dfe4e2ec990b5e83eae6b9b67d6b2211f78c;hb=78cc65b14fc5c53a16368fe5975c70c83e969b19;hp=79c54327301d366ed33c2871229201b7b0e52188;hpb=eb596cbe81cdddc1b68ed70ee927dc6037d2ef3c;p=cparser diff --git a/symbol.h b/symbol.h index 79c5432..3d58dfe 100644 --- 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