diff --git a/system/ubloxd/ubloxd.cc b/system/ubloxd/ubloxd.cc index 668c1a7ec07a47..4e7e91f830dbad 100644 --- a/system/ubloxd/ubloxd.cc +++ b/system/ubloxd/ubloxd.cc @@ -26,9 +26,6 @@ int main() { while (!do_exit) { std::unique_ptr msg(subscriber->receive()); if (!msg) { - if (errno == EINTR) { - do_exit = true; - } continue; }