summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'string.c')
-rw-r--r--string.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/string.c b/string.c
index 1de91ff525..f21baed251 100644
--- a/string.c
+++ b/string.c
@@ -4331,7 +4331,6 @@ tr_trans(VALUE str, VALUE src, VALUE repl, int sflag)
}
else {
save = -1;
- modify = 1;
c = c0;
}
while (t - buf + tlen >= max) {