From 579a17df389843b21828e99e10d1f6fde45f28e9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 1 Nov 2020 02:22:41 +0000 Subject: Clean up a bunch of contructors and destructors. --- src/base.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/base.cpp') 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() { } -- cgit v1.3.1-10-gc9f91