Repository: mesos
Updated Branches:
  refs/heads/master abef72521 -> f1c0377a9


Removed superfluous guard around `signals.hpp`.

This is a follow-up to commit e765f8fab where we made this header safe
to include, but a no-op on Windows.

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


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

Branch: refs/heads/master
Commit: 8cca451c3aba1942c8c2fa6ba91119cc80c0dd0b
Parents: abef725
Author: Andrew Schwartzmeyer <[email protected]>
Authored: Tue Jun 12 09:53:22 2018 -0700
Committer: Andrew Schwartzmeyer <[email protected]>
Committed: Tue Jun 12 09:53:22 2018 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/src/tests/main.cpp | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8cca451c/3rdparty/libprocess/src/tests/main.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/tests/main.cpp 
b/3rdparty/libprocess/src/tests/main.cpp
index db94db6..325315c 100644
--- a/3rdparty/libprocess/src/tests/main.cpp
+++ b/3rdparty/libprocess/src/tests/main.cpp
@@ -32,9 +32,7 @@
 #include <stout/exit.hpp>
 #include <stout/flags.hpp>
 
-#ifndef __WINDOWS__
 #include <stout/os/signals.hpp>
-#endif // __WINDOWS__
 
 #include <stout/tests/environment.hpp>
 

Reply via email to