ref: 5c514c971adaf928ffde1832f949db834f990dc6
parent: b81141894f3c7f562bde8c125087cb51f00ae53a
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Feb 6 12:37:13 EST 2018
[as-qbe] Remove unneeded prototype
--- a/cc2/target/qbe/cgen.c
+++ b/cc2/target/qbe/cgen.c
@@ -212,8 +212,6 @@
return nd;
}
-static Node *rhs(Node *np, Node *new);
-
static Node *
call(Node *np, Node *fun, Node *ret)
{