Fix unreachable error

This commit is contained in:
gingerBill
2023-02-19 12:53:22 +00:00
parent 9a81071687
commit eb60ec3899
-1
View File
@@ -577,7 +577,6 @@ _readlink :: proc(path: string) -> (string, Errno) {
return strings.string_from_ptr(&buf[0], rc), ERROR_NONE return strings.string_from_ptr(&buf[0], rc), ERROR_NONE
} }
} }
unreachable()
} }
// XXX OpenBSD // XXX OpenBSD