Skip to content
Snippets Groups Projects
Commit e85262d6 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

Remove dead option.

llvm-svn: 104303
parent fbd6c45e
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment