Remove a no-longer needed comment.
authorShlomi Fish <shlomif@shlomifish.org>
Wed, 14 Nov 2012 11:45:23 +0000 (13:45 +0200)
committerTony Cook <tony@develop-help.com>
Wed, 2 Jan 2013 00:22:03 +0000 (11:22 +1100)
lib/perl5db.pl

index 330f7a9..94b28a7 100644 (file)
@@ -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 ) {