summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/ObjectStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Freeze/ObjectStore.h')
-rw-r--r--cpp/src/Freeze/ObjectStore.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/Freeze/ObjectStore.h b/cpp/src/Freeze/ObjectStore.h
index 2a3739379de..189edfe0017 100644
--- a/cpp/src/Freeze/ObjectStore.h
+++ b/cpp/src/Freeze/ObjectStore.h
@@ -93,14 +93,7 @@ class ObjectStore : public ObjectStoreBase, public IceUtil::Cache<Ice::Identity,
{
}
-#ifdef __BCPLUSPLUS__
- bool load(const Ice::Identity& ident, const TransactionIPtr& trans, ObjectRecord& rec)
- {
- return ObjectStoreBase::load(ident, trans, rec);
- }
-#else
using ObjectStoreBase::load;
-#endif
typedef IceUtil::Cache<Ice::Identity, T> Cache;