mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 19:51:40 +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 q(Unexpected "?ENDIF" without matching ?IF or ?ELSE) if @ifstack <= $ifstack;
|
||||
$omitting = $lastomit;
|
||||
@{pop @ifstack};
|
||||
pop @ifstack;
|
||||
}
|
||||
|
||||
$omitting;
|
||||
|
Loading…
x
Reference in New Issue
Block a user