From a677d87d0f5c1ac3d952f7e43f20fd1345674977 Mon Sep 17 00:00:00 2001
From: Richard Linden <none@none>
Date: Mon, 7 Apr 2014 19:32:24 -0700
Subject: [PATCH] fix for build errors...removed duplicate definition of getpid
 on windows

---
 indra/llcrashlogger/llcrashlock.cpp | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/indra/llcrashlogger/llcrashlock.cpp b/indra/llcrashlogger/llcrashlock.cpp
index f9981c9fa86..7fd78607074 100644
--- a/indra/llcrashlogger/llcrashlock.cpp
+++ b/indra/llcrashlogger/llcrashlock.cpp
@@ -42,12 +42,6 @@
 #include <llwin32headers.h>
 #include <TlHelp32.h>
 
-namespace {
-	inline DWORD getpid() {
-		return GetCurrentProcessId();
-	}
-}
-
 bool LLCrashLock::isProcessAlive(U32 pid, const std::string& pname)
 {
 	std::wstring wpname;
-- 
GitLab