summaryrefslogtreecommitdiffstats
path: root/include/c/str/cpy/stp/_compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/c/str/cpy/stp/_compiler.h')
-rw-r--r--include/c/str/cpy/stp/_compiler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/c/str/cpy/stp/_compiler.h b/include/c/str/cpy/stp/_compiler.h
index 7b76f5f..197489b 100644
--- a/include/c/str/cpy/stp/_compiler.h
+++ b/include/c/str/cpy/stp/_compiler.h
@@ -17,12 +17,6 @@
c_unreachable(); \
} while (0)
-#if defined(__clang__)
-# define c_nullable _Nullable
-#else
-# define c_nullable
-#endif
-
#define c_unlikely(e) __builtin_expect(!!(e), 0)
#if defined(unreachable)