[bugpoint] Delete a dead cl::opt (-child-output)
authorVedant Kumar <vsk@apple.com>
Fri, 9 Feb 2018 05:09:49 +0000 (05:09 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 9 Feb 2018 05:09:49 +0000 (05:09 +0000)
This option isn't used anywhere, as far as I can tell.

llvm-svn: 324704

llvm/tools/bugpoint/OptimizerDriver.cpp

index ee3f2f0..fd4b498 100644 (file)
@@ -43,9 +43,6 @@ static cl::opt<bool> PreserveBitcodeUseListOrder(
     cl::desc("Preserve use-list order when writing LLVM bitcode."),
     cl::init(true), cl::Hidden);
 
-// ChildOutput - This option captures the name of the child output file that
-// is set up by the parent bugpoint process
-static cl::opt<std::string> ChildOutput("child-output", cl::ReallyHidden);
 static cl::opt<std::string>
     OptCmd("opt-command", cl::init(""),
            cl::desc("Path to opt. (default: search path "