diff options
| author | 2022-01-07 17:12:42 +0000 | |
|---|---|---|
| committer | 2022-01-07 17:16:50 +0000 | |
| commit | 52cc8a418307ae7a551d23e6bd2d367b544e7bf9 (patch) | |
| tree | 9fff020964190f33174e78ff6201381be577d0b3 /src/base.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
Refactor CoreException and ModuleException.
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") -{ -} |
