mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* re.c (rb_reg_to_s): remove unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9ec530270a
commit
10317605f0
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Mar 9 14:55:00 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* re.c (rb_reg_to_s): remove unused variable.
|
||||
|
||||
Tue Mar 9 12:17:34 2010 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* tool/transcode-tblgen.rb (StrSet#parse, ActionMap#generate_node):
|
||||
|
|
1
re.c
1
re.c
|
@ -519,7 +519,6 @@ rb_reg_to_s(VALUE re)
|
|||
goto again;
|
||||
}
|
||||
if (*ptr == ':' && ptr[len-1] == ')') {
|
||||
int r;
|
||||
Regexp *rp;
|
||||
|
||||
++ptr;
|
||||
|
|
Loading…
Add table
Reference in a new issue