summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;