remove a couple pieces of trivial lint
authorbruce <none@none>
Tue, 14 Jul 1987 09:15:10 +0000 (09:15 +0000)
committerbruce <none@none>
Tue, 14 Jul 1987 09:15:10 +0000 (09:15 +0000)
modules/src/em_opt/outputdfa.c

index ffd433e..e59c94e 100644 (file)
@@ -94,7 +94,6 @@ PRIVATE
 outdfa()
 {
        int s;
-       struct idf *op;
        struct state *p;
        int nout, ncpy, ngto;
        int seenswitch;
@@ -166,16 +165,6 @@ outmnems(l)
                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
 outdotrans()
 {