summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-31 19:58:40 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-31 19:58:40 +0900
commita61fe5456348c9c2f2ab57f2d0d4b48195287712 (patch)
tree47c06fe4abdaa05139c9c5dba6c6644d18bb2736 /src
parent16b0a1a0e8ccfef4179ef1ed725bcb981ab752e6 (diff)
downloadmruby-a61fe5456348c9c2f2ab57f2d0d4b48195287712.tar.gz
mruby-a61fe5456348c9c2f2ab57f2d0d4b48195287712.zip
remove unused prototypes
Diffstat (limited to 'src')
-rw-r--r--src/re.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/re.c b/src/re.c
index 86b0469d3..b4134c81c 100644
--- a/src/re.c
+++ b/src/re.c
@@ -113,7 +113,6 @@ mrb_reg_quote(mrb_state *mrb, mrb_value str)
}
s++;
}
- //tmp = mrb_str_new3(str);
tmp = mrb_str_new(mrb, RSTRING_PTR(str), RSTRING_LEN(str));
return tmp;