From d5267f11d9fb3deee3ab4367f1c42fd281fb6fa9 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 21 Oct 2021 15:02:11 +0100 Subject: [PATCH] Fix C++98 build Signed-off-by: falkTX --- distrho/src/DistrhoPluginLV2.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/distrho/src/DistrhoPluginLV2.cpp b/distrho/src/DistrhoPluginLV2.cpp index 98b9d884..60378f2a 100644 --- a/distrho/src/DistrhoPluginLV2.cpp +++ b/distrho/src/DistrhoPluginLV2.cpp @@ -37,10 +37,6 @@ # include "libmodla.h" #endif -#ifdef noexcept -# undef noexcept -#endif - #include #ifndef DISTRHO_PLUGIN_URI