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:25 UTC

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

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 <an...@schwartzmeyer.com>
Authored: Tue Jun 12 09:53:22 2018 -0700
Committer: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
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>
 


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

Posted by an...@apache.org.
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"