aboutsummaryrefslogtreecommitdiff
path: root/src/base.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2020-11-01 02:22:41 +0000
committerGravatar Sadie Powell2020-11-01 02:22:41 +0000
commit579a17df389843b21828e99e10d1f6fde45f28e9 (patch)
treefbfe63e811c38f620784240d261684ad3f5f9106 /src/base.cpp
parentMerge branch 'insp3' into master. (diff)
Clean up a bunch of contructors and destructors.
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()
{
}