more function pointer parameter issues
[fw/sdcc] / src / SDCCast.h
index 32fe46922c9e6b8d960eaf5c4b87c835155c445e..3e5f763231dd49cd9c1f7c316b97c5e0a8f4b29c 100644 (file)
@@ -100,7 +100,6 @@ typedef struct ast
     sym_link *ftype;           /* start of type chain for this subtree */
     sym_link *etype;           /* end of type chain for this subtree   */
 
-    symbol *argSym;            /* argument symbols            */
     struct ast *left;          /* pointer to left tree        */
     struct ast *right;         /* pointer to right tree       */
     symbol *trueLabel;         /* if statement trueLabel */