From 0921f3723bf7fe7539aa7a5dfdbd921f445777af Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 9 Mar 2024 13:11:57 -0500 Subject: Remove dead code --- types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index 696835a8..40cb448e 100644 --- a/types.h +++ b/types.h @@ -113,7 +113,6 @@ type_t *type_or_type(type_t *a, type_t *b); type_t *value_type(type_t *a); typedef enum {NUM_PRECISION_EQUAL, NUM_PRECISION_LESS, NUM_PRECISION_MORE, NUM_PRECISION_INCOMPARABLE} precision_cmp_e; precision_cmp_e compare_precision(type_t *a, type_t *b); -bool is_orderable(type_t *t); bool has_heap_memory(type_t *t); bool has_stack_memory(type_t *t); bool can_promote(type_t *actual, type_t *needed); -- cgit v1.2.3