From 751dbf2bb73af93500662e3ac82c328e6c2bb6be Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 20 Jul 2015 01:01:27 +0200 Subject: [PATCH] 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 4951d4a9007a0a64ed67b56e4d0d12a56097fe97 (GSoC 2012). --- Source/CParse/parser.y | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/CParse/parser.y b/Source/CParse/parser.y index c6e15bc32..7afccea01 100644 --- a/Source/CParse/parser.y +++ b/Source/CParse/parser.y @@ -1472,7 +1472,6 @@ static void mark_nodes_as_extend(Node *n) { %token PARSETYPE PARSEPARM PARSEPARMS %token DOXYGENSTRING %token DOXYGENPOSTSTRING -%token C_COMMENT_STRING %left CAST %left QUESTIONMARK