commit d5267f11d9fb3deee3ab4367f1c42fd281fb6fa9
parent 70ccd68870cbda9c081863d8b47dfbdafff3bd9d
Author: falkTX <falktx@falktx.com>
Date: Thu, 21 Oct 2021 15:01:44 +0100
Fix C++98 build
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/distrho/src/DistrhoPluginLV2.cpp b/distrho/src/DistrhoPluginLV2.cpp
@@ -37,10 +37,6 @@
# include "libmodla.h"
#endif
-#ifdef noexcept
-# undef noexcept
-#endif
-
#include <map>
#ifndef DISTRHO_PLUGIN_URI