summaryrefslogtreecommitdiff
path: root/indra/llcrashlogger/llcrashlogger.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-10-25 20:04:44 +0800
committerErik Kundiman <erik@megapahit.org>2025-10-26 12:45:19 +0800
commitaa76edd40883e57541dc85b14d098708d6e074ed (patch)
tree969a5df44f31bd2f007e980bf52280b7b5037ed6 /indra/llcrashlogger/llcrashlogger.cpp
parent7c37297689f9e6e1b6ac77f33243c1274d5d9e82 (diff)
parent4e2a9667bda1a1980993ae453dfe6ff38dd1835a (diff)
Merge tag 'Second_Life_Release#4e2a9667-2025.08' into 2025.08
Diffstat (limited to 'indra/llcrashlogger/llcrashlogger.cpp')
-rw-r--r--indra/llcrashlogger/llcrashlogger.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llcrashlogger/llcrashlogger.cpp b/indra/llcrashlogger/llcrashlogger.cpp
index b1b698375a..d5c585b45e 100644
--- a/indra/llcrashlogger/llcrashlogger.cpp
+++ b/indra/llcrashlogger/llcrashlogger.cpp
@@ -576,10 +576,6 @@ bool LLCrashLogger::init()
std::string old_log_file = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "crashreport.log.old");
std::string log_file = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "crashreport.log");
-#if LL_WINDOWS
- LLAPRFile::remove(old_log_file);
-#endif
-
LLFile::rename(log_file.c_str(), old_log_file.c_str());
// Set the log file to crashreport.log