From 5b04c9063cc9dd77dc55c361df081812af38cdbd Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 3 Mar 2013 11:08:31 +0100 Subject: remove unused and commented out code This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7 --- store/workben/t_page.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'store/workben/t_page.cxx') diff --git a/store/workben/t_page.cxx b/store/workben/t_page.cxx index d36df003b2c9..95e248a27f91 100644 --- a/store/workben/t_page.cxx +++ b/store/workben/t_page.cxx @@ -210,12 +210,6 @@ struct PageData } }; -class IPageAllocator -{ -public: - virtual void deallocate (void * p) = 0; -}; - class PageAllocator { rtl_cache_type * m_cache; @@ -707,12 +701,10 @@ public: /*======================================================================*/ -class IPageAllocator; class IPageAccess { public: virtual storeError initialize (storeAccessMode eAccessMode, sal_uInt16 nPageSize) = 0; - virtual IPageAllocator & getAllocator () = 0; public: storeError readPageAt (PageHolder & rPage, sal_uInt32 nOffset) -- cgit