diff options
author | Richard Linden <none@none> | 2013-04-24 14:13:45 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-04-24 14:13:45 -0700 |
commit | 84af0e9852486231b5ef0cde7ad1704d41689a3a (patch) | |
tree | e4049f49451f9f4539a605af4d1976f35f129c3f /indra/llcommon/llsingleton.cpp | |
parent | c6737163854981d94fde8bdd440eaf4bbc816b4f (diff) |
SH-4080 WIP interesting: random crash on Mac
potential fix for crasher
cleaned up llsingleton
Diffstat (limited to 'indra/llcommon/llsingleton.cpp')
-rw-r--r-- | indra/llcommon/llsingleton.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/llsingleton.cpp b/indra/llcommon/llsingleton.cpp index eb8e2c9456..9b49e52377 100644 --- a/indra/llcommon/llsingleton.cpp +++ b/indra/llcommon/llsingleton.cpp @@ -28,5 +28,4 @@ #include "llsingleton.h" -std::map<std::string, void *> * LLSingletonRegistry::sSingletonMap = NULL; |