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
1 changed files with 1 additions and 1 deletions

View File

@ -4990,7 +4990,7 @@ parser_regx_options(struct parser_params *parser)
int kcode = 0;
int options = 0;
int c, opt, kc, found;
int c, opt, kc;
newtok();
while (c = nextc(), ISALPHA(c)) {