aboutsummaryrefslogtreecommitdiffstats
path: root/incdec
diff options
context:
space:
mode:
Diffstat (limited to 'incdec')
-rw-r--r--incdec3
1 files changed, 0 insertions, 3 deletions
diff --git a/incdec b/incdec
index aa3f372..e898165 100644
--- a/incdec
+++ b/incdec
@@ -57,9 +57,6 @@ function __readline_incdec {
# print "$line, ${"increment-by"}, ${"point-position"}, $backward";
line=$(perl -s -e '
-use strict;
-use warnings;
-
sub incdec {
my ($line, $increment_by, $point_position, $is_backward) = @_;