Skip to content

Commit

Permalink
Issue #88: remove unused variable $Key
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Feb 28, 2023
1 parent 988ca17 commit 82619ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Kernel/System/XML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1590,12 +1590,6 @@ sub _HS {
# remember old level
$Self->{Tll} = $Self->{XMLLevel};

my $Key = '';
for ( 1 .. ( $Self->{XMLLevel} ) ) {
$Key .= "{'$Self->{XMLLevelTag}->{$_}'}";
$Key .= "[" . $Self->{XMLLevelCount}->{$_}->{ $Self->{XMLLevelTag}->{$_} } . "]";
}

$Self->{LastTag} = {
%Attr,
TagType => 'Start',
Expand Down

0 comments on commit 82619ae

Please sign in to comment.