diff options
author | Shlomi Fish <shlomif@shlomifish.org> | 2012-11-14 13:45:23 +0200 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2013-01-02 11:22:03 +1100 |
commit | 3fe486dc8a95e713587218e5991d6d402fecf782 (patch) | |
tree | 833dda27de6cac7807e0a1703fb26a2e7d95e830 /lib/perl5db.pl | |
parent | db66d27d1fc06a2481f86ac632dc733a286b6d18 (diff) | |
download | perl-3fe486dc8a95e713587218e5991d6d402fecf782.tar.gz |
Remove a no-longer needed comment.
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r-- | lib/perl5db.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 330f7a9aeb..94b28a70e9 100644 --- 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 ) { |