summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmd/6g/gg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/6g/gg.h b/src/cmd/6g/gg.h
index b3eddb3d3..22f328f37 100644
--- a/src/cmd/6g/gg.h
+++ b/src/cmd/6g/gg.h
@@ -115,7 +115,6 @@ void regfree(Node*);
Node* nodarg(Type*, int);
void nodreg(Node*, Type*, int);
void nodindreg(Node*, Type*, int);
-void nodconst(Node*, Type*, vlong);
void gconreg(int, vlong, int);
void buildtxt(void);
Plist* newplist(void);