deleted unused util.h

This commit is contained in:
SimonFJ20 2025-03-13 17:14:53 +01:00
parent c051210372
commit bd19b55ca8

View File

@ -1,8 +0,0 @@
#ifndef UTIL_H
#define UTIL_H
#define ALWAYS_INLINE __attribute__((always_inline))
#define MAYBE_UNUSED __attribute__((unused))
#endif