Remove dead option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104303 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2010-05-21 00:27:55 +00:00
parent c0c5a26dea
commit 596490682a

View 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);