summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Linden <none@none>2014-04-07 19:32:24 -0700
committerRichard Linden <none@none>2014-04-07 19:32:24 -0700
commita677d87d0f5c1ac3d952f7e43f20fd1345674977 (patch)
treed07ac818cd74b75e588ec9aaf7cd1fad703df3ff /indra
parent98aabdc176c23de9ba23f902dc2015f9c775d26e (diff)
fix for build errors...removed duplicate definition of getpid on windows
Diffstat (limited to 'indra')
-rw-r--r--indra/llcrashlogger/llcrashlock.cpp6
1 files changed, 0 insertions, 6 deletions
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 <llwin32headers.h>
#include <TlHelp32.h>
-namespace {
- inline DWORD getpid() {
- return GetCurrentProcessId();
- }
-}
-
bool LLCrashLock::isProcessAlive(U32 pid, const std::string& pname)
{
std::wstring wpname;