You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2018/06/12 17:07:26 UTC

[2/2] mesos git commit: Removed superfluous guard around `signals.hpp`.

Removed superfluous guard around `signals.hpp`.

Review: https://reviews.apache.org/r/67533/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f1c0377a
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f1c0377a
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f1c0377a

Branch: refs/heads/master
Commit: f1c0377a987c217216fb866cc4dfc60a1ab072e6
Parents: 8cca451
Author: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Authored: Tue Jun 12 09:53:29 2018 -0700
Committer: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Committed: Tue Jun 12 09:53:29 2018 -0700

----------------------------------------------------------------------
 src/logging/logging.cpp | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/f1c0377a/src/logging/logging.cpp
----------------------------------------------------------------------
diff --git a/src/logging/logging.cpp b/src/logging/logging.cpp
index 8e03ac6..baca51b 100644
--- a/src/logging/logging.cpp
+++ b/src/logging/logging.cpp
@@ -32,9 +32,7 @@
 #include <stout/try.hpp>
 #include <stout/unreachable.hpp>
 
-#ifndef __WINDOWS__
 #include <stout/os/signals.hpp>
-#endif // __WINDOWS__
 
 #include "logging/logging.hpp"