projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db66d27
)
Remove a no-longer needed comment.
author
Shlomi Fish
<shlomif@shlomifish.org>
Wed, 14 Nov 2012 11:45:23 +0000
(13:45 +0200)
committer
Tony Cook
<tony@develop-help.com>
Wed, 2 Jan 2013 00:22:03 +0000
(11:22 +1100)
lib/perl5db.pl
patch
|
blob
|
history
diff --git
a/lib/perl5db.pl
b/lib/perl5db.pl
index
330f7a9
..
94b28a7
100644
(file)
--- a/
lib/perl5db.pl
+++ b/
lib/perl5db.pl
@@
-5798,7
+5798,7
@@
sub cmd_L {
# for both.
if ( $break_wanted or $action_wanted ) {
_cmd_L_handle_breakpoints($handle_db_line);
- }
## end if ($break_wanted or $action_wanted)
+ }
# Look for breaks in not-yet-compiled subs:
if ( %postponed and $break_wanted ) {