Remove dead option.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 21 May 2010 00:27:55 +0000 (00:27 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 21 May 2010 00:27:55 +0000 (00:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104303 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-mc/llvm-mc.cpp

index 47f67c5e1bbea268409dfc0d2032683f55dfaef7..18ab98e208d7c9bcee8b14ec7bc6187caeecc2af 100644 (file)
@@ -75,9 +75,6 @@ FileType("filetype", cl::init(OFT_AssemblyFile),
                   "Emit a native object ('.o') file"),
        clEnumValEnd));
 
-static cl::opt<bool>
-Force("f", cl::desc("Enable binary output on terminals"));
-
 static cl::list<std::string>
 IncludeDirs("I", cl::desc("Directory of include files"),
             cl::value_desc("directory"), cl::Prefix);