diff options
| author | 2022-10-09 21:16:55 +0200 | |
|---|---|---|
| committer | 2022-10-09 21:16:55 +0200 | |
| commit | fe9e41c9b2f541124e9ed5b193b3eeb2f696fa50 (patch) | |
| tree | e66641aad73f5894a038ac0be370572b927bbd1a | |
| parent | 4dbacab055261229799ea8cabb69aeaf35623146 (diff) | |
remove unused macro
| -rw-r--r-- | pez.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13,10 +13,8 @@ #ifdef __GNUC__ #define FORCEINLINE __attribute__((always_inline)) -#define NODISCARD __attribute__((nodiscard)) #else #define FORCEINLINE -#define NODISCARD #endif /*********/ |