From d36a2aeec0d5037d23af56f7b1ea3e8b33c8ecb0 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Mon, 24 Apr 2023 13:32:26 +0200 Subject: [PATCH] small cleanup --- apps/opencs/editor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/opencs/editor.cpp b/apps/opencs/editor.cpp index 80f1aaba4c..dea705312c 100644 --- a/apps/opencs/editor.cpp +++ b/apps/opencs/editor.cpp @@ -101,7 +101,6 @@ CS::Editor::~Editor() mLockFile.unlock(); mPidFile.close(); - if (mServer && std::filesystem::exists(mPid)) std::filesystem::remove(mPid); }