From db8842f9f351297c3f666bc5f88f5ee80e39fb70 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 31 Dec 2012 23:38:28 +0000 Subject: Remove an unused method on the Program class. llvm-svn: 171332 --- llvm/lib/Support/Windows/Program.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'llvm/lib/Support/Windows/Program.inc') diff --git a/llvm/lib/Support/Windows/Program.inc b/llvm/lib/Support/Windows/Program.inc index b546080..dc214b8 100644 --- a/llvm/lib/Support/Windows/Program.inc +++ b/llvm/lib/Support/Windows/Program.inc @@ -43,11 +43,6 @@ Program::~Program() { } } -unsigned Program::GetPid() const { - Win32ProcessInfo* wpi = reinterpret_cast(Data_); - return wpi->dwProcessId; -} - // This function just uses the PATH environment variable to find the program. Path Program::FindProgramByName(const std::string& progName) { -- cgit v1.1