diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-10-21 21:11:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-21 21:11:05 +0300 |
| commit | 4e2a9667bda1a1980993ae453dfe6ff38dd1835a (patch) | |
| tree | 64542828f2ebbf2e1bbe2516073a7dfbe9b5a075 /indra/newview/llappviewer.cpp | |
| parent | 01823996196c11aea905200fe267463d520d285b (diff) | |
| parent | 0d5138c1f93a77ff52551a76d0d8575413550859 (diff) | |
Merge from secondlife/develop into 2025.08
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index eadc5e7e63..bfd8b1dcc7 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2398,7 +2398,6 @@ void LLAppViewer::initLoggingAndGetLastDuration() if (gDirUtilp->fileExists(user_data_path_cef_log)) { std::string user_data_path_cef_old = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "cef.old"); - LLFile::remove(user_data_path_cef_old, ENOENT); LLFile::rename(user_data_path_cef_log, user_data_path_cef_old); } } |
