]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commitdiff
Remove unused macro
authorWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 22 Nov 2012 20:10:37 +0000 (21:10 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 22 Nov 2012 20:10:37 +0000 (21:10 +0100)
parser.c

index 945b9c65d768f5e3e4db5737d5e2d665f038e71f..9dbc9a15ab3791cbb1816c99082ae4a06fe896d7 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -460,8 +460,6 @@ static bool parser_sy_pop(parser_t *parser, shunt *sy)
              (ast_istype((A), ast_value) && ((ast_value*)(A))->isconst)
 #define CanConstFold(A, B) \
              (CanConstFold1(A) && CanConstFold1(B))
-#define CanConstFold3(A, B, C) \
-             (CanConstFold1(A) && CanConstFold1(B) && CanConstFold1(C))
 #define ConstV(i) (asvalue[(i)]->constval.vvec)
 #define ConstF(i) (asvalue[(i)]->constval.vfloat)
 #define ConstS(i) (asvalue[(i)]->constval.vstring)