diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-25 16:26:18 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-10-26 21:12:54 +0200 |
commit | f930717bacbfd2445e82d71537ccd11c2dd0e9b4 (patch) | |
tree | 5075fa716052fd08181b4b1c9d23b55546733223 | |
parent | 95e724f3deb856b0b69a3850ceb938c81d1f0321 (diff) |
SL-13034 removeMarkerFiles() happens in destructor
Depends onto SL-13979 for proper logging
-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 f58d49ec0a..f61f0d9181 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2100,8 +2100,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 |