$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54242 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-22 19:20:18
Author: cschladetsch
Date: 2009-06-22 19:20:17 EDT (Mon, 22 Jun 2009)
New Revision: 54242
URL: http://svn.boost.org/trac/boost/changeset/54242
Log:
removed redundant decls
Text files modified: 
   sandbox/monotonic/boost/monotonic/region_allocator.hpp |     3 ---                                     
   1 files changed, 0 insertions(+), 3 deletions(-)
Modified: sandbox/monotonic/boost/monotonic/region_allocator.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/region_allocator.hpp	(original)
+++ sandbox/monotonic/boost/monotonic/region_allocator.hpp	2009-06-22 19:20:17 EDT (Mon, 22 Jun 2009)
@@ -26,9 +26,6 @@
                         };
                 };
 
-		storage_base &get_storage();
-		storage_base *set_storage(storage_base &);
-
                 /// each region is distinct from other regions
                 template <class T, size_t Region> 
                 struct region_allocator : allocator_base<T, region_allocator<T, Region> >