removed commented useless runtime errors

This commit is contained in:
mazunki
2021-11-24 01:37:21 +01:00
parent e10c9dd011
commit bb7b376fa6
2 changed files with 0 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ Ipc::~Ipc() {
}
if (fd_event_ > 0) {
if (write(fd_event_, "close-sway-ipc", 14) == -1) {
//std::runtime_error("Couldn't close Sway IPC through fd_event");
}
close(fd_event_);
fd_event_ = -1;