mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 04:01:45 +02:00
Remove Perl diagnostic
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
2026fdab6a
commit
962b1cca1f
@ -1565,7 +1565,7 @@ sub process_conditional( $$ ) {
|
|||||||
fatal_error "Invalid ?ENDIF" unless $rest eq '';
|
fatal_error "Invalid ?ENDIF" unless $rest eq '';
|
||||||
fatal_error q(Unexpected "?ENDIF" without matching ?IF or ?ELSE) if @ifstack <= $ifstack;
|
fatal_error q(Unexpected "?ENDIF" without matching ?IF or ?ELSE) if @ifstack <= $ifstack;
|
||||||
$omitting = $lastomit;
|
$omitting = $lastomit;
|
||||||
@{pop @ifstack};
|
pop @ifstack;
|
||||||
}
|
}
|
||||||
|
|
||||||
$omitting;
|
$omitting;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user