You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/02/02 17:55:02 UTC

[4/4] mesos git commit: Removed unused variable in libprocess.

Removed unused variable in libprocess.

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


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

Branch: refs/heads/master
Commit: b8122f110f826e97f263b982f8fdd14ef53c24f6
Parents: 16d982c
Author: Neil Conway <ne...@gmail.com>
Authored: Tue Feb 2 08:54:49 2016 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Feb 2 08:54:49 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/b8122f11/3rdparty/libprocess/src/process.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/process.cpp b/3rdparty/libprocess/src/process.cpp
index d8a74d7..65a247a 100644
--- a/3rdparty/libprocess/src/process.cpp
+++ b/3rdparty/libprocess/src/process.cpp
@@ -457,9 +457,6 @@ private:
 };
 
 
-// Unique id that can be assigned to each process.
-static uint32_t __id__ = 0;
-
 // Server socket listen backlog.
 static const int LISTEN_BACKLOG = 500000;