You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/11/19 05:27:56 UTC

mesos git commit: Removed duplicate note.

Repository: mesos
Updated Branches:
  refs/heads/master a8d5cae9b -> 1881bab2e


Removed duplicate note.

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


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

Branch: refs/heads/master
Commit: 1881bab2e9516638da5a3d87d9ed5c1d62c0cc08
Parents: a8d5cae
Author: Ilya Pronin <ip...@twitter.com>
Authored: Sat Nov 19 13:27:35 2016 +0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Sat Nov 19 13:27:35 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/1881bab2/src/logging/logging.cpp
----------------------------------------------------------------------
diff --git a/src/logging/logging.cpp b/src/logging/logging.cpp
index c7ac957..70d66a5 100644
--- a/src/logging/logging.cpp
+++ b/src/logging/logging.cpp
@@ -206,12 +206,6 @@ void initialize(
     // by default.
     google::InstallFailureSignalHandler();
 
-    // The code below sets the SIGTERM signal handler to the `handle` function
-    // declared above. While this is useful on POSIX systems, SIGTERM is
-    // generated and handled differently on Windows[1], so this code would
-    // not work.
-    // [1] https://msdn.microsoft.com/en-us/library/xdkz3x12.aspx
-
     // Set up our custom signal handlers.
     //
     // NOTE: The code below sets the SIGTERM signal handler to the `handle`