Byebye method
authorChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2004 20:38:12 +0000 (20:38 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2004 20:38:12 +0000 (20:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11598 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/ToolRunner.h
tools/bugpoint/ToolRunner.h

index 097fc6aed036fe5b48c044f87d435c54139d60d0..37451f7439acf988c67b8663b8bf6dc5a15da77a 100644 (file)
@@ -69,9 +69,6 @@ public:
   ///
   int MakeSharedObject(const std::string &InputFile, FileType fileType,
                        std::string &OutputFile);
-  
-private:
-  void ProcessFailure(const char **Args);
 };
 
 
index 097fc6aed036fe5b48c044f87d435c54139d60d0..37451f7439acf988c67b8663b8bf6dc5a15da77a 100644 (file)
@@ -69,9 +69,6 @@ public:
   ///
   int MakeSharedObject(const std::string &InputFile, FileType fileType,
                        std::string &OutputFile);
-  
-private:
-  void ProcessFailure(const char **Args);
 };