diff options
author | Richard Linden <none@none> | 2014-04-07 19:32:24 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2014-04-07 19:32:24 -0700 |
commit | a677d87d0f5c1ac3d952f7e43f20fd1345674977 (patch) | |
tree | d07ac818cd74b75e588ec9aaf7cd1fad703df3ff /indra | |
parent | 98aabdc176c23de9ba23f902dc2015f9c775d26e (diff) |
fix for build errors...removed duplicate definition of getpid on windows
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcrashlogger/llcrashlock.cpp | 6 |
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; |