From: Thomas Wouters Date: Mon, 24 Jul 2000 10:58:31 +0000 (+0000) Subject: Remove function-less prototype (old function that was removed ?) that X-Git-Tag: v2.0b1~748 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94d8fea62eb49fab7c673b764221020ab5ce7767;p=python 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 ba67f90152..b842393f6e 100644 --- a/Include/grammar.h +++ b/Include/grammar.h @@ -82,7 +82,6 @@ dfa *adddfa(grammar *g, int type, char *name); 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);