Remove dead option.
[oota-llvm.git] / 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);