Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54241 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-22 19:17:55


Author: cschladetsch
Date: 2009-06-22 19:17:54 EDT (Mon, 22 Jun 2009)
New Revision: 54241
URL: http://svn.boost.org/trac/boost/changeset/54241

Log:
removed redundant decls

Text files modified:
   sandbox/monotonic/boost/monotonic/allocator.hpp | 3 ---
   1 files changed, 0 insertions(+), 3 deletions(-)

Modified: sandbox/monotonic/boost/monotonic/allocator.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/allocator.hpp (original)
+++ sandbox/monotonic/boost/monotonic/allocator.hpp 2009-06-22 19:17:54 EDT (Mon, 22 Jun 2009)
@@ -26,9 +26,6 @@
                         };
                 };
 
- storage_base &get_storage();
- storage_base *set_storage(storage_base &);
-
                 template <class T>
                 struct allocator : allocator_base<T, allocator<T> >
                 {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk