diff options
| author | mattn <[email protected]> | 2013-03-06 14:40:39 +0900 |
|---|---|---|
| committer | mattn <[email protected]> | 2013-03-06 14:40:39 +0900 |
| commit | 1d42e8caa845595c550f9f5c12ba52734356405f (patch) | |
| tree | 3fbfcc496524a337f088042d71b513863cb20198 /src/parse.y | |
| parent | 6d0e2519dd3e432339b1cb75a0379df6cb8ff518 (diff) | |
| download | mruby-1d42e8caa845595c550f9f5c12ba52734356405f.tar.gz mruby-1d42e8caa845595c550f9f5c12ba52734356405f.zip | |
Remove warning for regexp
Diffstat (limited to 'src/parse.y')
| -rw-r--r-- | src/parse.y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse.y b/src/parse.y index c6b377419..62393a0bb 100644 --- a/src/parse.y +++ b/src/parse.y @@ -4485,7 +4485,6 @@ parser_yylex(parser_state *p) } pushback(p, c); if (IS_SPCARG(c)) { - arg_ambiguous(p); #if 0 p->lex_strterm = new_strterm(p, str_regexp, '/', 0); #endif |
