aboutsummaryrefslogtreecommitdiffstats
path: root/src/base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base.cpp')
-rw-r--r--src/base.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/base.cpp b/src/base.cpp
index c0e4880a5..a783520eb 100644
--- a/src/base.cpp
+++ b/src/base.cpp
@@ -55,10 +55,6 @@ classbase::~classbase()
#endif
}
-CullResult::CullResult()
-{
-}
-
// This trick detects heap allocations of refcountbase objects
static void* last_heap = NULL;
@@ -95,10 +91,6 @@ usecountbase::~usecountbase()
(void*)this, usecount);
}
-ServiceProvider::~ServiceProvider()
-{
-}
-
void ServiceProvider::RegisterService()
{
}