Francois Gouget : wrc: Remove an unused lexer definition.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 9 08:43:17 CDT 2015


Module: wine
Branch: master
Commit: 9cb557913077891d569cdbacc31c1b014f407643
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9cb557913077891d569cdbacc31c1b014f407643

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Mar  9 09:30:18 2015 +0100

wrc: Remove an unused lexer definition.

---

 tools/wrc/parser.l | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/wrc/parser.l b/tools/wrc/parser.l
index 16a487f..80072b2 100644
--- a/tools/wrc/parser.l
+++ b/tools/wrc/parser.l
@@ -90,7 +90,6 @@
 
 /* Some shortcut definitions */
 ws	[ \f\t\r]
-cident	[a-zA-Z_][0-9a-zA-Z_]*
 
 %{
 




More information about the wine-cvs mailing list