aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index a841e80..538395d 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -37,12 +37,6 @@
#include <stdint.h>
#include <stdio.h>
-#ifdef __clang__
-# define REALTIME __attribute__((annotate("realtime")))
-#else
-# define REALTIME
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif