aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l5
1 files changed, 0 insertions, 5 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 4bb0864b..c7e49fea 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -41,11 +41,6 @@ int prc_lineno = 1;
return STRING;
}
-"*" {
- SETSTATE(0);
- return WILDCARD;
- }
-
<NAME>[^=;:, \t\r\n]+ {
char *in = xstrdup(yytext);
escapes(in, in);