summaryrefslogtreecommitdiff
path: root/store/source/storbios.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storbios.cxx')
-rw-r--r--store/source/storbios.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/store/source/storbios.cxx b/store/source/storbios.cxx
index 1a34da60d420..fa76b5cc345d 100644
--- a/store/source/storbios.cxx
+++ b/store/source/storbios.cxx
@@ -460,7 +460,6 @@ protected:
* OStorePageBIOS::AceCache implementation.
*
*======================================================================*/
-extern "C" typedef int (* ace_constructor_type)(void*,void*);
OStorePageBIOS::AceCache &
OStorePageBIOS::AceCache::get()
@@ -475,7 +474,7 @@ OStorePageBIOS::AceCache::AceCache()
"store_ace_cache",
sizeof (OStorePageBIOS::Ace),
0, // objalign
- reinterpret_cast<ace_constructor_type>( OStorePageBIOS::Ace::constructor),
+ OStorePageBIOS::Ace::constructor,
nullptr, // destructor,
nullptr, // reclaim,
nullptr, // userarg,