From 06013521c6c365bc4f6b02d172e236ef1a4acb28 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 4 Dec 2023 10:43:27 +0100 Subject: [PATCH] Update for checkless for loops --- message/header.ha | 2 -- 1 file changed, 2 deletions(-) diff --git a/message/header.ha b/message/header.ha index f3d7ff5..cd35132 100644 --- a/message/header.ha +++ b/message/header.ha @@ -365,8 +365,6 @@ export fn read_header( insert(head.fields[0], field); append(mapkey.fields, field); }; - - abort(); // Unreachable }; @test fn read_header() void = { -- 2.45.2