diff options
Diffstat (limited to '')
-rw-r--r-- | torus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/torus.h b/torus.h index 05dd7b7..fe5e6b1 100644 --- a/torus.h +++ b/torus.h @@ -20,7 +20,6 @@ #include <stdint.h> #include <time.h> -#define UNUSED __attribute__((unused)) #define ALIGNED(x) __attribute__((aligned(x))) enum { |