Remove some redundant code.

This commit is contained in:
Masaki Muranaka
2012-06-15 00:56:00 +09:00
parent c7b1622f40
commit f564ec7e82
12 changed files with 1 additions and 113 deletions
+1 -1
View File
@@ -763,7 +763,7 @@ num_index:
len = RSTRING_LEN(str);
switch (mrb_range_beg_len(mrb, indx, &beg, &len, len, 0)) {
case 0/*FLASE*/:
case FALSE:
break;
case 2/*OTHER*/:
return mrb_nil_value();