diff options
| author | 2020-11-01 02:22:41 +0000 | |
|---|---|---|
| committer | 2020-11-01 02:22:41 +0000 | |
| commit | 579a17df389843b21828e99e10d1f6fde45f28e9 (patch) | |
| tree | fbfe63e811c38f620784240d261684ad3f5f9106 /src/base.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
Clean up a bunch of contructors and destructors.
Diffstat (limited to 'src/base.cpp')
| -rw-r--r-- | src/base.cpp | 8 |
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() { } |
