]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Remove unnecessary if.
authorSimon Ruderich <simon@ruderich.org>
Tue, 10 Apr 2012 21:43:14 +0000 (23:43 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 10 Apr 2012 21:43:14 +0000 (23:43 +0200)
bin/blhc

index 44a698683dc20a65462927a880ec83b1f714cb9c..7416df6f69e6632263bda34ceff5994cf1dd905f 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -623,7 +623,6 @@ FILE: foreach my $file (@ARGV) {
                 next;
             }
 
-            if (not $continuation) {
                 # Use the complete line if a line continuation occurred.
                 if (defined $complete_line) {
                     $line = $complete_line;
@@ -656,7 +655,6 @@ FILE: foreach my $file (@ARGV) {
                 $harden_bindnow = 1 if any_flags_used($line, @def_ldflags_bindnow);
 
                 push @input, $line;
-            }
         }
     }