aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-02-24 18:19:45 -0800
committerMichael Forney <mforney@mforney.org>2019-02-24 18:19:45 -0800
commit11f897139ec624b7cf94dc242d4a2ff94873f2ec (patch)
tree3c65e70c9b00ea5a8dd1150f69187eaa82044f23
parent435454f6041216d2c38e507c860737c23e3e50fc (diff)
Remove obsolete function declaration
-rw-r--r--expr.h1
1 files changed, 0 insertions, 1 deletions
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 *);