Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tools/mkdep.pl
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ ($)
}
unlink($external);
} else {
my $e;

foreach my $dfile ($external, sort(keys(%deps)) ) {
my $ofile;
my @deps;
Expand Down
1 change: 0 additions & 1 deletion x86/insns.pl
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,6 @@ (@)
# \24x \250 skip EVEX control bytes
sub startseq($$) {
my ($codestr, $relax) = @_;
my $word;
my @codes = ();
my $c = $codestr;
my($c0, $c1, $i);
Expand Down
1 change: 0 additions & 1 deletion x86/regs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ ($)

sub process_line($) {
my($line) = @_;
my @v;

if ( $line !~ /^\s*(\S+)\s*(\S+)\s*(\S+)\s*([0-9]+)\s*(\S*)/i ) {
die "regs.dat:$nline: invalid input\n";
Expand Down