Remove duplicated line.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 14 May 2007 18:03:45 +0000 (18:03 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 14 May 2007 18:03:45 +0000 (18:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37040 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NewNightlyTest.pl

index 8ab069febece4dc7cb9308ae0c56d3538ba33e0a..e42d1dc5e0fd1a4e76c7da7f34103db2085d4024 100755 (executable)
@@ -182,7 +182,6 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
                              shift; next; }
   if (/^-compileflags/)    { $MAKEOPTS = "$MAKEOPTS $ARGV[0]"; shift; next; }
   if (/^-use-gmake/)       { $MAKECMD = "gmake"; shift; next; }
-  if (/^-compileflags/)    { $MAKEOPTS = "$MAKEOPTS $ARGV[0]"; shift; next; }
   if (/^-extraflags/)      { $CONFIGUREARGS .= 
                              " --with-extra-options=\'$ARGV[0]\'"; shift; next;}
   if (/^-noexternals$/)    { $NOEXTERNALS = 1; next; }