Skip to content

Commit c8dcea1

Browse files
authored
Cleanup wrong code (#6067)
1 parent 19b7a18 commit c8dcea1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/webots/control/WbController.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,6 @@ void WbController::start() {
321321
}
322322
file.write("");
323323
file.close();
324-
325-
// FIXME: from Qt 6.4 onwards, QDir::mkdir can be used to set the permissions
326-
QProcess::execute("sh", QStringList() << "-c" << QString("chmod -R 777 %1").arg(mIpcPath));
327324
#endif
328325
// recover from a crash, when the previous server instance has not been cleaned up
329326
bool success = QLocalServer::removeServer(serverName);

0 commit comments

Comments
 (0)