1
0
Fork 0
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:
akr 2006-05-13 08:55:39 +00:00
parent 4bd4ea12ad
commit 2d80e59b76

View file

@ -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)) {