summaryrefslogtreecommitdiffstats
path: root/unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.h')
-rw-r--r--unwind.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/unwind.h b/unwind.h
index 884f0451..ea92e9b1 100644
--- a/unwind.h
+++ b/unwind.h
@@ -213,16 +213,3 @@ noreturn val type_mismatch(val, ...);
internal_error("assertion " \
#EXPR \
" failed")
-
-#define numeric_assert(EXPR) \
- if (!(EXPR)) \
- uw_throwf(numeric_error_s, \
- lit("assertion " #EXPR \
- " failed"), nao)
-
-#define range_bug_unless(EXPR) \
- if (!(EXPR)) \
- uw_throwf(range_error_s, \
- lit("assertion " #EXPR \
- " failed"), nao)
-