mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
eval.c: unnecessary argument
* eval.c (rb_interrupt): removed unnecessary convertsion specifier and an empty string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9a74cc0a55
commit
800a5e86cf
1 changed files with 1 additions and 1 deletions
2
eval.c
2
eval.c
|
@ -641,7 +641,7 @@ rb_exc_fatal(VALUE mesg)
|
||||||
void
|
void
|
||||||
rb_interrupt(void)
|
rb_interrupt(void)
|
||||||
{
|
{
|
||||||
rb_raise(rb_eInterrupt, "%s", "");
|
rb_raise(rb_eInterrupt, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
enum {raise_opt_cause, raise_max_opt}; /*< \private */
|
enum {raise_opt_cause, raise_max_opt}; /*< \private */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue