summaryrefslogtreecommitdiffhomepage
path: root/include/stc/ccommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stc/ccommon.h')
-rw-r--r--include/stc/ccommon.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/stc/ccommon.h b/include/stc/ccommon.h
index 0cce1610..d6da8734 100644
--- a/include/stc/ccommon.h
+++ b/include/stc/ccommon.h
@@ -241,8 +241,4 @@ STC_INLINE intptr_t cnextpow2(intptr_t n) {
asm("mulq %3" : "=a"(*(lo)), "=d"(*(hi)) : "a"(a), "rm"(b))
#endif
-// [deprecated]:
-#define c_make(...) c_init(__VA_ARGS__)
-#define cspan_make(...) cspan_init(__VA_ARGS__)
-#define crange_make(...) crange_init(__VA_ARGS__)
#endif // CCOMMON_H_INCLUDED