commit b2383f5c1ff04f361ef36eecd2ce9706dd3e2bbb
parent 0b65d3224ec9fd9d69366275b7dbe37c052ed2da
Author: Drew DeVault <sir@cmpwn.com>
Date: Tue, 4 May 2021 10:33:45 -0400
hare::types: remove extra match branch
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/hare/types/hash.ha b/hare/types/hash.ha
@@ -41,7 +41,6 @@ fn type_storage(t: *_type) u8 = match (t._type) {
storage::STRUCT
else storage::UNION,
tuple => storage::TUPLE,
- * => abort(), // TODO
};
fn write8(h: *hash::hash, u: u8) void = {