summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Program.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-31 23:44:47 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-31 23:44:47 +0000
commita0d8f28a9cbebfd3ddb32dfe3e0a286ede1678c5 (patch)
treecf7555f09136f2b8987361c40bb8b5ee4cb17812 /include/llvm/Support/Program.h
parent2bbe46647555cdd05fe0db5f1dd2839330a647b2 (diff)
downloadllvm-a0d8f28a9cbebfd3ddb32dfe3e0a286ede1678c5.tar.gz
llvm-a0d8f28a9cbebfd3ddb32dfe3e0a286ede1678c5.tar.bz2
llvm-a0d8f28a9cbebfd3ddb32dfe3e0a286ede1678c5.tar.xz
Remove an unused method on Program.
I'm simplifying this interface as much as I can before merging it with the new process interface. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171334 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Program.h')
-rw-r--r--include/llvm/Support/Program.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/llvm/Support/Program.h b/include/llvm/Support/Program.h
index 42efdb36bd..e09d66446f 100644
--- a/include/llvm/Support/Program.h
+++ b/include/llvm/Support/Program.h
@@ -100,17 +100,6 @@ namespace sys {
///< is non-empty upon return an error occurred while waiting.
);
- /// This function terminates the program.
- /// @returns true if an error occurred.
- /// @see Execute
- /// @brief Terminates the program.
- bool Kill
- ( std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string
- ///< instance in which error messages will be returned. If the string
- ///< is non-empty upon return an error occurred while killing the
- ///< program.
- );
-
/// This static constructor (factory) will attempt to locate a program in
/// the operating system's file system using some pre-determined set of
/// locations to search (e.g. the PATH on Unix). Paths with slashes are