removed debugging leftovers
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 24 Feb 2008 22:43:07 +0000 (22:43 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 24 Feb 2008 22:43:07 +0000 (22:43 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5046 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCast.c

index 8ecee8b6a66136ca75cce11b868c0dbabaf080de..ac571b5afa5332a9bacabb3b05d6e80dc86226a8 100644 (file)
@@ -854,9 +854,6 @@ processParms (ast *func,
       ast *newType = NULL;
       sym_link *ftype;
 
-      int isCast = IS_CAST_OP (*actParm);
-      int isAstLitValue = (IS_AST_LIT_VALUE (*actParm));
-
       if (IS_CAST_OP (*actParm) ||
         (IS_AST_SYM_VALUE (*actParm) && AST_VALUES (*actParm, removedCast)) ||
         (IS_AST_LIT_VALUE (*actParm) && AST_VALUES (*actParm, literalFromCast)))