diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 082c46012f0febd09d2c2c72006e198c50fd8b7b..67636af556e5f91f97756000e303d220d73fb97c 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -2112,8 +2112,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