1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Remove useless noop argument

llvm-svn: 28706
This commit is contained in:
Chris Lattner 2006-06-07 00:43:18 +00:00
parent 505ecc53ec
commit 186880efce

View File

@ -98,8 +98,6 @@ foreach my $arg (@ARGV) {
if ($arg =~ /^-/) {
if ($arg eq "--version") {
$has_opt = 1; print "$VERSION\n";
} elsif ($arg eq "--use-current-dir-as-prefix") {
# NOOP, remove!
} elsif ($arg eq "--prefix") {
$has_opt = 1; print "$PREFIX\n";
} elsif ($arg eq "--bindir") {