aboutsummaryrefslogtreecommitdiff
path: root/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'expr.h')
-rw-r--r--expr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/expr.h b/expr.h
index 5c8ef96..a6cac6d 100644
--- a/expr.h
+++ b/expr.h
@@ -92,7 +92,6 @@ struct scope;
struct expression *expr(struct scope *);
struct expression *assignexpr(struct scope *);
-struct expression *constexpr(struct scope *);
uint64_t intconstexpr(struct scope *);
void delexpr(struct expression *);