mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
raitonal.c: remove needless macro
* rational.c (id_lshift, f_lshift): removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bdfd436f78
commit
cc376ee210
1 changed files with 0 additions and 3 deletions
|
@ -2039,9 +2039,6 @@ float_decode(VALUE self)
|
|||
}
|
||||
#endif
|
||||
|
||||
#define id_lshift rb_intern("<<")
|
||||
#define f_lshift(x,n) rb_funcall((x), id_lshift, 1, (n))
|
||||
|
||||
/*
|
||||
* call-seq:
|
||||
* flt.to_r -> rational
|
||||
|
|
Loading…
Add table
Reference in a new issue