From: Daniel Dunbar Date: Fri, 21 May 2010 00:27:55 +0000 (+0000) Subject: Remove dead option. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=596490682a9c5380a75c29fd4b381cfd69e47e62;p=oota-llvm.git Remove dead option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104303 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-mc/llvm-mc.cpp b/tools/llvm-mc/llvm-mc.cpp index 47f67c5e1bb..18ab98e208d 100644 --- a/tools/llvm-mc/llvm-mc.cpp +++ b/tools/llvm-mc/llvm-mc.cpp @@ -75,9 +75,6 @@ FileType("filetype", cl::init(OFT_AssemblyFile), "Emit a native object ('.o') file"), clEnumValEnd)); -static cl::opt -Force("f", cl::desc("Enable binary output on terminals")); - static cl::list IncludeDirs("I", cl::desc("Directory of include files"), cl::value_desc("directory"), cl::Prefix);