X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=7416df6f69e6632263bda34ceff5994cf1dd905f;hp=44a698683dc20a65462927a880ec83b1f714cb9c;hb=309aba1b1f578a2824d91b9e1b93c045afe38e8f;hpb=060422c95a34e2a42161f42fc71c925a8c8d0570 diff --git a/bin/blhc b/bin/blhc index 44a6986..7416df6 100755 --- 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; - } } }