mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-24 06:35:00 -07:00
Fix unreachable error
This commit is contained in:
@@ -577,7 +577,6 @@ _readlink :: proc(path: string) -> (string, Errno) {
|
||||
return strings.string_from_ptr(&buf[0], rc), ERROR_NONE
|
||||
}
|
||||
}
|
||||
unreachable()
|
||||
}
|
||||
|
||||
// XXX OpenBSD
|
||||
|
||||
Reference in New Issue
Block a user