aboutsummaryrefslogtreecommitdiff
path: root/osi/include/osi.h
diff options
context:
space:
mode:
Diffstat (limited to 'osi/include/osi.h')
-rw-r--r--osi/include/osi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/osi/include/osi.h b/osi/include/osi.h
index f5a21de28..a39d56ceb 100644
--- a/osi/include/osi.h
+++ b/osi/include/osi.h
@@ -56,7 +56,3 @@ int osi_rand(void);
#define OSI_NO_INTR(fn) \
do { \
} while ((fn) == -1 && errno == EINTR)
-
-#ifndef FALLTHROUGH_INTENDED
-#define FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT
-#endif