diff --git a/src/libmain/shared.cc b/src/libmain/shared.cc index e883967b7..e26483211 100644 --- a/src/libmain/shared.cc +++ b/src/libmain/shared.cc @@ -117,9 +117,6 @@ void initNix() std::cerr.rdbuf()->pubsetbuf(buf, sizeof(buf)); #endif - // FIXME: do we need this? It's not thread-safe. - std::ios::sync_with_stdio(false); - if (getEnv("IN_SYSTEMD") == "1") logType = ltSystemd;