diff options
Diffstat (limited to 'core/except.cpp')
-rw-r--r-- | core/except.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/except.cpp b/core/except.cpp index a77c7730..5405a8fe 100644 --- a/core/except.cpp +++ b/core/except.cpp @@ -11,9 +11,6 @@ namespace al { -/* Defined here to avoid inlining it. */ -base_exception::~base_exception() = default; - void base_exception::setMessage(const char* msg, std::va_list args) { std::va_list args2; |