From d1e0c8f3a928247d9e2576fddd8143f5d6cf4646 Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Wed, 19 Mar 2025 08:49:52 +0100 Subject: Code cleanup & use SMP Allocator. --- src/libzisp/value.zig | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/libzisp/value.zig') diff --git a/src/libzisp/value.zig b/src/libzisp/value.zig index aefca14..2561ca7 100644 --- a/src/libzisp/value.zig +++ b/src/libzisp/value.zig @@ -319,9 +319,3 @@ pub const Value = packed union { return v.isOther() and v.other.tag == tag; } }; - -/// A "heap value" that could be a Value or object header. -pub const Hval = packed union { - value: Value, - seq_header: seq.Header, -}; -- cgit v1.2.3