From: Matthew Fernandez Date: Thu, 11 Nov 2021 04:18:36 +0000 (-0800) Subject: gmlparse.y: remove commented out code X-Git-Tag: 2.50.0~29^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bf258c8078e699127a2664266c2469ae38ca92f;p=graphviz gmlparse.y: remove commented out code --- diff --git a/cmd/tools/gmlparse.y b/cmd/tools/gmlparse.y index 0b3e04129..e22a9732f 100644 --- a/cmd/tools/gmlparse.y +++ b/cmd/tools/gmlparse.y @@ -899,18 +899,3 @@ static char *sortToStr(unsigned short sort) { return s; } - -#if 0 -int gmllex () -{ - int tok = _gmllex(); - char* s = sortToStr (tok); - - if (s) - fprintf (stderr, "token = %s\n", s); - else - fprintf (stderr, "token = <%d>\n", tok); - return tok; -} -#endif -