From bd19b55ca80e8b32f27892bf60a8f60bac0912c7 Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Thu, 13 Mar 2025 17:14:53 +0100 Subject: [PATCH] deleted unused util.h --- backend/src/util.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 backend/src/util.h diff --git a/backend/src/util.h b/backend/src/util.h deleted file mode 100644 index a871719..0000000 --- a/backend/src/util.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef UTIL_H -#define UTIL_H - -#define ALWAYS_INLINE __attribute__((always_inline)) - -#define MAYBE_UNUSED __attribute__((unused)) - -#endif