aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--expr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/expr.c b/expr.c
index 8b3df82..d30669c 100644
--- a/expr.c
+++ b/expr.c
@@ -416,7 +416,6 @@ builtinfunc(struct scope *s, enum builtinkind kind)
e->builtin.arg = exprconvert(assignexpr(s), &typeulong);
break;
case BUILTINCONSTANTP:
- /* XXX: does this need to consider address constants? */
e = mkconstexpr(&typeint, eval(condexpr(s))->kind == EXPRCONST);
break;
case BUILTININFF: