diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-25 16:26:18 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-25 17:02:21 +0300 |
commit | 056c41a408a464d76826c2fee316081e49ed98e2 (patch) | |
tree | 3b723d7aa4a00ccabd35b467d83555f592b7b69a /indra | |
parent | 427ed91cf9a7fb156df3fd4873881348a25db142 (diff) |
SL-13034 removeMarkerFiles() happens in destructor
Depends onto SL-13979 for proper logging
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 30f79de289..9c8d1e2228 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2122,8 +2122,6 @@ bool LLAppViewer::cleanup() LLError::LLCallStacks::cleanup(); - removeMarkerFiles(); - // It's not at first obvious where, in this long sequence, a generic cleanup // call OUGHT to go. So let's say this: as we migrate cleanup from // explicit hand-placed calls into the generic mechanism, eventually |