summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2012-11-14 11:34:13 +0200
committerTony Cook <tony@develop-help.com>2013-01-02 11:22:01 +1100
commitf37076edf9e115a0f1d343e492eb9f2065c5ccfb (patch)
tree033db59c4014833ef97b0997f87ae91a0e716357 /lib/perl5db.pl
parent401da5225b7dadd6bd6f361486b4e1d80f030631 (diff)
downloadperl-f37076edf9e115a0f1d343e492eb9f2065c5ccfb.tar.gz
Remove a redundant line.
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r--lib/perl5db.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index 382dc4bba6..1147caa600 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -5540,7 +5540,6 @@ sub _cmd_l_handle_subname {
}
# Call self recursively to list the range.
- $line = $subrange;
return _cmd_l_main( $subrange );
} ## end if ($subrange)