mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
Removed debug trace.
This commit is contained in:
parent
f096fa3a0e
commit
d149d3cff3
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ foreach my $i (split(/\s/,$makefiles))
|
|||
my @list = split(/\s+/,$specs);
|
||||
@list = map { $_ =~ s/\.spec$//; $_ .= ".dll" unless $_ =~ /\./; $_; } @list;
|
||||
$altnames{$module} = \@list;
|
||||
printf "\"$specs\" -> %s\n", join(',',@list);
|
||||
next;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue