summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorRolfKal <rolf.kalbermatter@kalbermatter.nl>2025-10-15 01:00:42 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-10-21 00:50:27 +0300
commite12958161c6f4edec1300db2045bba97aff26048 (patch)
tree88d13ee23ddc4ef8978275de866fed6e262f3e6d /indra/llui
parent6f1df1a8d2db537b4962a8ef1118119db849b336 (diff)
Improve LLFile to be consistent between Windows and Linux/Mac
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llviewereventrecorder.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llviewereventrecorder.cpp b/indra/llui/llviewereventrecorder.cpp
index 6d907d7e45..9eefba1390 100644
--- a/indra/llui/llviewereventrecorder.cpp
+++ b/indra/llui/llviewereventrecorder.cpp
@@ -34,8 +34,6 @@ LLViewerEventRecorder::LLViewerEventRecorder() {
logEvents = false;
// Remove any previous event log file
std::string old_log_ui_events_to_llsd_file = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "SecondLife_Events_log.old");
- LLFile::remove(old_log_ui_events_to_llsd_file, ENOENT);
-
mLogFilename = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "SecondLife_Events_log.llsd");
LLFile::rename(mLogFilename, old_log_ui_events_to_llsd_file, ENOENT);