Remove unused macro

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-11-22 21:10:37 +01:00
parent 55915b5217
commit dfde3a583c

View file

@ -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)