Remove duplicate import

This commit is contained in:
Jeroen van Rijn
2025-10-30 17:54:02 +01:00
parent 91a9875077
commit 338733d9ef
2 changed files with 1 additions and 10 deletions
-3
View File
@@ -25,9 +25,6 @@ _stderr_write :: proc "contextless" (data: []byte) -> (int, _OS_Errno) {
return int(ret), 0
}
foreign import libc "system:c"
_exit :: proc "contextless" (code: int) -> ! {
@(default_calling_convention="c")
foreign libc {