aboutsummaryrefslogtreecommitdiffstats
path: root/incdec.pm
diff options
context:
space:
mode:
Diffstat (limited to 'incdec.pm')
-rw-r--r--incdec.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/incdec.pm b/incdec.pm
index 9772cb8..a400f7f 100644
--- a/incdec.pm
+++ b/incdec.pm
@@ -18,8 +18,6 @@ sub incdec {
while ($point_position < length($line_part)) {
$line_part =~ /(\d+)/;
if ($-[0] <= $point_position && $point_position < $+[0]) {
- $point_position = $-[0];
-
last;
}