Repository: mesos
Updated Branches:
  refs/heads/master e098cfff1 -> a649a146e


Really removed <stout/memory.hpp> from stout.

Turns out only the references to `<stout/memory.hpp>` were removed
in https://reviews.apache.org/r/33564/.

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


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

Branch: refs/heads/master
Commit: a649a146e2ec008d23c1e1a8258754741d668692
Parents: e098cff
Author: Michael Park <[email protected]>
Authored: Tue Jun 23 03:46:40 2015 +0200
Committer: Till Toenshoff <[email protected]>
Committed: Tue Jun 23 03:46:40 2015 +0200

----------------------------------------------------------------------
 .../libprocess/3rdparty/stout/include/stout/memory.hpp | 13 -------------
 1 file changed, 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a649a146/3rdparty/libprocess/3rdparty/stout/include/stout/memory.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/include/stout/memory.hpp 
b/3rdparty/libprocess/3rdparty/stout/include/stout/memory.hpp
deleted file mode 100644
index dfaef77..0000000
--- a/3rdparty/libprocess/3rdparty/stout/include/stout/memory.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __STOUT_MEMORY_HPP__
-#define __STOUT_MEMORY_HPP__
-
-#include <memory>
-
-namespace memory {
-
-using std::shared_ptr;
-using std::weak_ptr;
-
-} // namespace memory {
-
-#endif // __STOUT_MEMORY_HPP__

Reply via email to