1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-23 23:53:08 +00:00

small cleanup

This commit is contained in:
Bret Curtis 2023-04-24 13:32:26 +02:00
parent 9a7e5c3f73
commit d36a2aeec0

View file

@ -101,7 +101,6 @@ CS::Editor::~Editor()
mLockFile.unlock();
mPidFile.close();
if (mServer && std::filesystem::exists(mPid))
std::filesystem::remove(mPid);
}