summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-18 20:38:12 +0000
committerChris Lattner <sabre@nondot.org>2004-02-18 20:38:12 +0000
commitc8580b2aee8e0a93eb7dd2d70c81ccb33e447538 (patch)
tree3e3d08d7fc4abb44e7d6a7791fbde80182972507 /tools/bugpoint/ToolRunner.h
parent89bf9ea65e83333bf3ebbf140b6eb07b41ecae64 (diff)
downloadllvm-c8580b2aee8e0a93eb7dd2d70c81ccb33e447538.tar.gz
llvm-c8580b2aee8e0a93eb7dd2d70c81ccb33e447538.tar.bz2
llvm-c8580b2aee8e0a93eb7dd2d70c81ccb33e447538.tar.xz
Byebye method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11598 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/ToolRunner.h')
-rw-r--r--tools/bugpoint/ToolRunner.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/bugpoint/ToolRunner.h b/tools/bugpoint/ToolRunner.h
index 097fc6aed0..37451f7439 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);
};