aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-09 13:11:57 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-09 13:11:57 -0500
commit0921f3723bf7fe7539aa7a5dfdbd921f445777af (patch)
tree8908988b412f30545af20f2ec4879091bcdf7667 /types.h
parentb33aa8c11f6a35428a91095d5e0a902174ce7cf5 (diff)
Remove dead code
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 0 insertions, 1 deletions
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);