1
0
mirror of https://github.com/golang/go synced 2024-11-22 13:34:59 -07:00

cmd/5g, cmd/6g, cmd/8g: remove prototypes for proglist

Each of the backends has two prototypes for this function but
no corresponding definition.

R=golang-dev, bradfitz, khr
CC=golang-dev
https://golang.org/cl/9930045
This commit is contained in:
Carl Shapiro 2013-06-04 16:22:59 -07:00
parent 636169405c
commit acd887ba57
3 changed files with 0 additions and 6 deletions

View File

@ -73,7 +73,6 @@ EXTERN int maxstksize;
* gen.c
*/
void compile(Node*);
void proglist(void);
void gen(Node*);
Node* lookdot(Node*, Node*, int);
void cgen_as(Node*, Node*);
@ -120,7 +119,6 @@ void cgen64(Node*, Node*);
* gsubr.c
*/
void clearp(Prog*);
void proglist(void);
Prog* gbranch(int, Type*, int);
Prog* prog(int);
void gconv(int, int);

View File

@ -64,7 +64,6 @@ extern vlong unmappedzero;
* ggen.c
*/
void compile(Node*);
void proglist(void);
void gen(Node*);
Node* lookdot(Node*, Node*, int);
void cgen_as(Node*, Node*);
@ -107,7 +106,6 @@ int componentgen(Node*, Node*);
* gsubr.c
*/
void clearp(Prog*);
void proglist(void);
Prog* gbranch(int, Type*, int);
Prog* prog(int);
void gconv(int, int);

View File

@ -75,7 +75,6 @@ extern uint32 unmappedzero;
* ggen.c
*/
void compile(Node*);
void proglist(void);
void gen(Node*);
Node* lookdot(Node*, Node*, int);
void cgen_as(Node*, Node*);
@ -123,7 +122,6 @@ void cgen64(Node*, Node*);
* gsubr.c
*/
void clearp(Prog*);
void proglist(void);
Prog* gbranch(int, Type*, int);
Prog* prog(int);
void gconv(int, int);