Remove unused C_COMMENT_STRING terminal from the grammar.

This was a leftover from the initial Doxygen GSoC work in 2008 and should have
been removed by 4951d4a900 (GSoC 2012).
This commit is contained in:
Vadim Zeitlin 2015-07-20 01:01:27 +02:00
commit 751dbf2bb7

View file

@ -1472,7 +1472,6 @@ static void mark_nodes_as_extend(Node *n) {
%token PARSETYPE PARSEPARM PARSEPARMS
%token <str> DOXYGENSTRING
%token <str> DOXYGENPOSTSTRING
%token <str> C_COMMENT_STRING
%left CAST
%left QUESTIONMARK