diff options
Diffstat (limited to 'instance_table.c')
-rw-r--r-- | instance_table.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/instance_table.c b/instance_table.c index fe667b8..f67b901 100644 --- a/instance_table.c +++ b/instance_table.c @@ -18,7 +18,6 @@ */ static void *val_get_ptr(Value *v, Type *t); static U64 val_hash(Value v, Type *t); -static size_t compiler_sizeof(Type *t); static bool val_eq(Value u, Value v, Type *t); static bool type_eq(Type *t1, Type *t2); |