summaryrefslogtreecommitdiffhomepage
path: root/src/range.c
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2012-07-29 15:25:14 +0900
committerMasaki Muranaka <[email protected]>2012-07-29 15:25:14 +0900
commitb2fc62f3a917e9ab1d562b49312f8d7dd2e057c5 (patch)
tree81f79deb0f9645b2a81cdf7fdc7f417b31f5c304 /src/range.c
parent5ed89a401c72e521806fef6143e12f77c16bf8b7 (diff)
downloadmruby-b2fc62f3a917e9ab1d562b49312f8d7dd2e057c5.tar.gz
mruby-b2fc62f3a917e9ab1d562b49312f8d7dd2e057c5.zip
Remove commented out code.
Diffstat (limited to 'src/range.c')
-rw-r--r--src/range.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/range.c b/src/range.c
index 14fa2a6a3..9113a810a 100644
--- a/src/range.c
+++ b/src/range.c
@@ -412,7 +412,6 @@ range_initialize_copy(mrb_state *mrb, mrb_value copy)
mrb_get_args(mrb, "o", &src);
if (mrb_obj_equal(mrb, copy, src)) return copy;
- //mrb_check_frozen(copy);
if (!mrb_obj_is_instance_of(mrb, src, mrb_obj_class(mrb, copy))) {
mrb_raise(mrb, E_TYPE_ERROR, "wrong argument class");
}