This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4fc4d6
)
[perl5db] Remove a stray declaration.
author
Shlomi Fish
<shlomif@shlomifish.org>
Sun, 30 Sep 2012 11:42:13 +0000
(13:42 +0200)
committer
Ricardo Signes
<rjbs@cpan.org>
Mon, 12 Nov 2012 14:18:28 +0000
(09:18 -0500)
lib/perl5db.pl
patch
|
blob
|
blame
|
history
diff --git
a/lib/perl5db.pl
b/lib/perl5db.pl
index
4ee0043
..
11515fd
100644
(file)
--- a/
lib/perl5db.pl
+++ b/
lib/perl5db.pl
@@
-4708,7
+4708,6
@@
sub _delete_all_breakpoints {
local *dbline = $main::{ '_<' . $fn };
$max = $#dbline;
- my $was;
# For all lines in this file ...
for my $i (1 .. $max) {