diff options
author | Michael Forney <mforney@mforney.org> | 2019-02-24 18:19:45 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-02-24 18:19:45 -0800 |
commit | 11f897139ec624b7cf94dc242d4a2ff94873f2ec (patch) | |
tree | 3c65e70c9b00ea5a8dd1150f69187eaa82044f23 | |
parent | 435454f6041216d2c38e507c860737c23e3e50fc (diff) |
Remove obsolete function declaration
-rw-r--r-- | expr.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 *); |