summaryrefslogtreecommitdiff
path: root/store/source/storpage.cxx
diff options
context:
space:
mode:
authorMatthias Huetsch [mhu] <matthias.huetsch@sun.com>2009-11-13 16:03:20 +0100
committerMatthias Huetsch [mhu] <matthias.huetsch@sun.com>2009-11-13 16:03:20 +0100
commit00075d74eef445722ff1b269ef5205e29f559af3 (patch)
tree5d5df60d3bbb6a11df3044ced58c7bef696d9f5c /store/source/storpage.cxx
parent5243a9ef4e1178f0e03c9fcafb2a4405db4b4da3 (diff)
#i71568# #i108349# Simplified block (page) allocation.
Diffstat (limited to 'store/source/storpage.cxx')
-rw-r--r--store/source/storpage.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/store/source/storpage.cxx b/store/source/storpage.cxx
index 126057457c15..992931828080 100644
--- a/store/source/storpage.cxx
+++ b/store/source/storpage.cxx
@@ -855,8 +855,7 @@ storeError OStorePageManager::remove (const OStorePageKey &rKey)
eErrCode = base::releasePage (aDescr, store_AccessReadWrite);
// Release and free directory page.
- OStorePageData aPageHead;
- eErrCode = base::free (aPageHead, aPage.location());
+ eErrCode = base::free (aPage.location());
}
// Remove entry.