diff options
author | Josh Bell <josh@lindenlab.com> | 2007-06-12 21:41:54 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-06-12 21:41:54 +0000 |
commit | 680667d4bdca7e2a6df15cd6f16f34c12c97da8e (patch) | |
tree | 9550001d7fa9cd708edb7076e426d87a3ab189d1 /indra/llcommon/llerror.h | |
parent | 65c038685f18eb8f70756e584482d7f97fa8c383 (diff) |
svn merge -r 62560:62559 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance
Revert bad patch for VWR-849 / SL-43759
Diffstat (limited to 'indra/llcommon/llerror.h')
-rw-r--r-- | indra/llcommon/llerror.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/llerror.h b/indra/llcommon/llerror.h index d32469d0c2..84ac0fa7f0 100644 --- a/indra/llcommon/llerror.h +++ b/indra/llcommon/llerror.h @@ -152,9 +152,6 @@ namespace LLError class NoClassInfo { }; // used to indicate no class info known for logging - - void cleanupLogging(); - // after this is called, no more logging is allowed } |