Remove function-less prototype (old function that was removed ?) that
happens to be a C++ reserved word, too.
diff --git a/Include/grammar.h b/Include/grammar.h
index ba67f90..b842393 100644
--- a/Include/grammar.h
+++ b/Include/grammar.h
@@ -82,7 +82,6 @@
 int addstate(dfa *d);
 void addarc(dfa *d, int from, int to, int lbl);
 dfa *PyGrammar_FindDFA(grammar *g, int type);
-char *typename(grammar *g, int lbl);
 
 int addlabel(labellist *ll, int type, char *str);
 int findlabel(labellist *ll, int type, char *str);