summaryrefslogtreecommitdiff
path: root/re.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-09 09:58:00 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-09 09:58:00 +0000
commit2b255619648eec600db99260f293167f1b0faed7 (patch)
tree3a5d00ecbc12716bcce09022afcb553258e323cb /re.c
parente32da15f48189cfba02a9be2e6572161d91b3122 (diff)
1.1b9_09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 're.c')
-rw-r--r--re.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/re.c b/re.c
index 336a40b35f..262b716c1a 100644
--- a/re.c
+++ b/re.c
@@ -913,10 +913,6 @@ reg_regsub(str, src, regs)
if (no == 0) continue;
break;
- case '\\':
- str_cat(val, s-1, 1);
- continue;
-
default:
str_cat(val, s-2, 2);
continue;