diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-06-05 08:34:09 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-06-05 08:34:09 +0900 |
| commit | b7cc7fffe7030834c160ce2cb78c398ba23ac145 (patch) | |
| tree | 4e66123607da386456a2d7c1d297f134b3d28e97 /src/string.c | |
| parent | 531124f0573e939d07d23ea0927483e0fb3954eb (diff) | |
| download | mruby-b7cc7fffe7030834c160ce2cb78c398ba23ac145.tar.gz mruby-b7cc7fffe7030834c160ce2cb78c398ba23ac145.zip | |
symbol can contain non printable characters
Diffstat (limited to 'src/string.c')
| -rw-r--r-- | src/string.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/string.c b/src/string.c index d09d8942b..eabf9f8ef 100644 --- a/src/string.c +++ b/src/string.c @@ -1616,12 +1616,6 @@ mrb_str_init(mrb_state *mrb, mrb_value self) return self; } -mrb_sym -mrb_intern_str(mrb_state *mrb, mrb_value str) -{ - return mrb_intern(mrb, RSTRING_PTR(str)); -} - /* 15.2.10.5.25 */ /* 15.2.10.5.41 */ /* |
