From: Chris Lattner Date: Wed, 18 Feb 2004 20:38:12 +0000 (+0000) Subject: Byebye method X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c8580b2aee8e0a93eb7dd2d70c81ccb33e447538;p=oota-llvm.git Byebye method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11598 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/ToolRunner.h b/include/llvm/Support/ToolRunner.h index 097fc6aed03..37451f7439a 100644 --- a/include/llvm/Support/ToolRunner.h +++ b/include/llvm/Support/ToolRunner.h @@ -69,9 +69,6 @@ public: /// int MakeSharedObject(const std::string &InputFile, FileType fileType, std::string &OutputFile); - -private: - void ProcessFailure(const char **Args); }; diff --git a/tools/bugpoint/ToolRunner.h b/tools/bugpoint/ToolRunner.h index 097fc6aed03..37451f7439a 100644 --- a/tools/bugpoint/ToolRunner.h +++ b/tools/bugpoint/ToolRunner.h @@ -69,9 +69,6 @@ public: /// int MakeSharedObject(const std::string &InputFile, FileType fileType, std::string &OutputFile); - -private: - void ProcessFailure(const char **Args); };