summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Program.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-31 23:38:28 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-31 23:38:28 +0000
commit2bbe46647555cdd05fe0db5f1dd2839330a647b2 (patch)
tree4e080e23b91d6e13eb344483738bf82a2b49283b /include/llvm/Support/Program.h
parentf5867ab7178784bc63a3deafcf4fb09260e4d19a (diff)
downloadllvm-2bbe46647555cdd05fe0db5f1dd2839330a647b2.tar.gz
llvm-2bbe46647555cdd05fe0db5f1dd2839330a647b2.tar.bz2
llvm-2bbe46647555cdd05fe0db5f1dd2839330a647b2.tar.xz
Remove an unused method on the Program class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171332 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Program.h')
-rw-r--r--include/llvm/Support/Program.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Support/Program.h b/include/llvm/Support/Program.h
index 7c9a951031..42efdb36bd 100644
--- a/include/llvm/Support/Program.h
+++ b/include/llvm/Support/Program.h
@@ -44,9 +44,6 @@ namespace sys {
Program();
~Program();
- /// Return process ID of this program.
- unsigned GetPid() const;
-
/// This function executes the program using the \p arguments provided. The
/// invoked program will inherit the stdin, stdout, and stderr file
/// descriptors, the environment and other configuration settings of the