From eb60ec3899922b6b98a5ee1a00766d5d9b9917e1 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 19 Feb 2023 12:53:22 +0000 Subject: [PATCH] Fix unreachable error --- core/os/os_openbsd.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/os/os_openbsd.odin b/core/os/os_openbsd.odin index bddd56eb2..957873a0b 100644 --- a/core/os/os_openbsd.odin +++ b/core/os/os_openbsd.odin @@ -577,7 +577,6 @@ _readlink :: proc(path: string) -> (string, Errno) { return strings.string_from_ptr(&buf[0], rc), ERROR_NONE } } - unreachable() } // XXX OpenBSD