Remove an unused method on the Program class.
[oota-llvm.git] / lib / Support / Windows / Program.inc
index b54608093b1b56f6dad7e7816ac3189c86ba84e0..dc214b82c07d7249b101c370c977186461cedb32 100644 (file)
@@ -43,11 +43,6 @@ Program::~Program() {
   }
 }
 
-unsigned Program::GetPid() const {
-  Win32ProcessInfo* wpi = reinterpret_cast<Win32ProcessInfo*>(Data_);
-  return wpi->dwProcessId;
-}
-
 // This function just uses the PATH environment variable to find the program.
 Path
 Program::FindProgramByName(const std::string& progName) {