aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-02-17 14:15:08 +0100
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-02-17 14:15:08 +0100
commit2fced031a3287c992a8ed90b57af78909c616488 (patch)
tree26ebe0261263067cab58e673bfdcb4d9bc134327
parent968c7c875213746638029b26a7ec7fea5e79b0d9 (diff)
downloadlibgpiod-2fced031a3287c992a8ed90b57af78909c616488.tar.gz
bindings: cxx: remove unused define
Remove GPIOD_CXX_NORETURN as nobody is using it anymore. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r--bindings/cxx/internal.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/bindings/cxx/internal.hpp b/bindings/cxx/internal.hpp
index 69024958..6ad561ef 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 {