0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

x86: tools: Remove unused perl code variables

Merged version of a PR by mknos:
https://github.com/netwide-assembler/nasm/pull/91

Signed-off-by: Maciej Wieczor-Retman <maciej.wieczor-retman@intel.com>
This commit is contained in:
Maciej Wieczor-Retman
2025-10-06 17:41:13 +02:00
parent 62f5f6990f
commit 0fb33913d6
3 changed files with 0 additions and 4 deletions

View File

@@ -224,8 +224,6 @@ sub insert_deps($) {
}
unlink($external);
} else {
my $e;
foreach my $dfile ($external, sort(keys(%deps)) ) {
my $ofile;
my @deps;