remove a couple pieces of trivial lint

This commit is contained in:
bruce 1987-07-14 09:15:10 +00:00
parent 59e3fd6c2c
commit 287a122d85

View file

@ -94,7 +94,6 @@ PRIVATE
outdfa() outdfa()
{ {
int s; int s;
struct idf *op;
struct state *p; struct state *p;
int nout, ncpy, ngto; int nout, ncpy, ngto;
int seenswitch; int seenswitch;
@ -166,16 +165,6 @@ outmnems(l)
fprintf(ofile,"%s ",l.m_elems[i-1]->op_code->id_text); fprintf(ofile,"%s ",l.m_elems[i-1]->op_code->id_text);
} }
PRIVATE
outtranshdr()
{
register int s;
for(s=0;s<=higheststate;s++) {
if(actions[s]!=NULL)
fprintf(ofile,"extern OO_%ddotrans();\n",s);
}
}
PRIVATE PRIVATE
outdotrans() outdotrans()
{ {