From: Bartosz Golaszewski Date: Fri, 17 Feb 2023 13:15:08 +0000 (+0100) Subject: bindings: cxx: remove unused define X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2fced031a3287c992a8ed90b57af78909c616488;p=qemu-gpiodev%2Flibgpiod.git bindings: cxx: remove unused define Remove GPIOD_CXX_NORETURN as nobody is using it anymore. Signed-off-by: Bartosz Golaszewski --- diff --git a/bindings/cxx/internal.hpp b/bindings/cxx/internal.hpp index 6902495..6ad561e 100644 --- a/bindings/cxx/internal.hpp +++ b/bindings/cxx/internal.hpp @@ -14,7 +14,6 @@ #include "gpiod.hpp" #define GPIOD_CXX_UNUSED __attribute__((unused)) -#define GPIOD_CXX_NORETURN __attribute__((noreturn)) namespace gpiod {