Browse Source

Fix unreachable error

gingerBill 2 years ago
parent
commit
eb60ec3899
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/os/os_openbsd.odin

+ 0 - 1
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
 			return strings.string_from_ptr(&buf[0], rc), ERROR_NONE
 		}	
 		}	
 	}
 	}
-	unreachable()
 }
 }
 
 
 // XXX OpenBSD
 // XXX OpenBSD