From 11f897139ec624b7cf94dc242d4a2ff94873f2ec Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 24 Feb 2019 18:19:45 -0800 Subject: Remove obsolete function declaration --- expr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/expr.h b/expr.h index 8e7aa4c..3f12b92 100644 --- a/expr.h +++ b/expr.h @@ -91,5 +91,4 @@ struct expression *assignexpr(struct scope *); uint64_t intconstexpr(struct scope *, _Bool); void delexpr(struct expression *); -void exprpromote(struct expression **); // XXX: move to type struct expression *exprconvert(struct expression *, struct type *); -- cgit v1.2.3