From a677d87d0f5c1ac3d952f7e43f20fd1345674977 Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Mon, 7 Apr 2014 19:32:24 -0700 Subject: fix for build errors...removed duplicate definition of getpid on windows --- indra/llcrashlogger/llcrashlock.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'indra/llcrashlogger/llcrashlock.cpp') diff --git a/indra/llcrashlogger/llcrashlock.cpp b/indra/llcrashlogger/llcrashlock.cpp index f9981c9fa8..7fd7860707 100644 --- a/indra/llcrashlogger/llcrashlock.cpp +++ b/indra/llcrashlogger/llcrashlock.cpp @@ -42,12 +42,6 @@ #include #include -namespace { - inline DWORD getpid() { - return GetCurrentProcessId(); - } -} - bool LLCrashLock::isProcessAlive(U32 pid, const std::string& pname) { std::wstring wpname; -- cgit v1.2.3