mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
unused variable removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4bd4ea12ad
commit
2d80e59b76
1 changed files with 1 additions and 1 deletions
2
parse.y
2
parse.y
|
@ -4990,7 +4990,7 @@ parser_regx_options(struct parser_params *parser)
|
||||||
|
|
||||||
int kcode = 0;
|
int kcode = 0;
|
||||||
int options = 0;
|
int options = 0;
|
||||||
int c, opt, kc, found;
|
int c, opt, kc;
|
||||||
|
|
||||||
newtok();
|
newtok();
|
||||||
while (c = nextc(), ISALPHA(c)) {
|
while (c = nextc(), ISALPHA(c)) {
|
||||||
|
|
Loading…
Reference in a new issue