You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ne...@apache.org on 2017/05/03 21:28:01 UTC

[5/5] mesos git commit: Removed `thread_local.hpp` from stout.

Removed `thread_local.hpp` from stout.

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


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

Branch: refs/heads/master
Commit: 310c0d62d395fcc1a6063136832d5bda759e9919
Parents: 5cfab77
Author: Neil Conway <ne...@gmail.com>
Authored: Mon Apr 10 09:52:42 2017 -0700
Committer: Neil Conway <ne...@gmail.com>
Committed: Wed May 3 14:19:47 2017 -0700

----------------------------------------------------------------------
 3rdparty/stout/include/Makefile.am            |  1 -
 3rdparty/stout/include/stout/thread_local.hpp | 18 ------------------
 2 files changed, 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/310c0d62/3rdparty/stout/include/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/stout/include/Makefile.am b/3rdparty/stout/include/Makefile.am
index 04273ee..ea4341b 100644
--- a/3rdparty/stout/include/Makefile.am
+++ b/3rdparty/stout/include/Makefile.am
@@ -194,7 +194,6 @@ nobase_include_HEADERS =			\
   stout/subcommand.hpp				\
   stout/svn.hpp					\
   stout/synchronized.hpp			\
-  stout/thread_local.hpp			\
   stout/try.hpp					\
   stout/tests/environment.hpp				\
   stout/tests/utils.hpp				\

http://git-wip-us.apache.org/repos/asf/mesos/blob/310c0d62/3rdparty/stout/include/stout/thread_local.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/stout/include/stout/thread_local.hpp b/3rdparty/stout/include/stout/thread_local.hpp
deleted file mode 100644
index dacf212..0000000
--- a/3rdparty/stout/include/stout/thread_local.hpp
+++ /dev/null
@@ -1,18 +0,0 @@
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//  http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-#ifndef __STOUT_THREAD_LOCAL_HPP__
-#define __STOUT_THREAD_LOCAL_HPP__
-
-#define THREAD_LOCAL thread_local
-
-#endif // __STOUT_THREAD_LOCAL_HPP__