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