diff options
Diffstat (limited to 'src/base.cpp')
| -rw-r--r-- | src/base.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/base.cpp b/src/base.cpp index 305f8328b..46cabef21 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -65,8 +65,3 @@ usecountbase::~usecountbase() void ServiceProvider::RegisterService() { } - -ModuleException::ModuleException(const std::string &message, Module* who) - : CoreException(message, who ? who->ModuleSourceFile : "A Module") -{ -} |
