From 84cfef8513b88068e8ef66223d09b6c48d35caad Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 16 Dec 2022 09:48:54 -0800 Subject: Avoid inlining certain exception functions --- core/except.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/except.cpp') 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; -- cgit v1.2.3