From 2fced031a3287c992a8ed90b57af78909c616488 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 17 Feb 2023 14:15:08 +0100 Subject: [PATCH] bindings: cxx: remove unused define Remove GPIOD_CXX_NORETURN as nobody is using it anymore. Signed-off-by: Bartosz Golaszewski --- bindings/cxx/internal.hpp | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.30.2