sys/info: remove unneccesary build tags

This commit is contained in:
Laytan Laats
2024-04-29 23:38:26 +02:00
parent cebe6bd982
commit 9e94e9dac1
5 changed files with 0 additions and 5 deletions
-1
View File
@@ -1,4 +1,3 @@
// +build darwin
package sysinfo
import sys "core:sys/unix"
-1
View File
@@ -1,4 +1,3 @@
// +build freebsd
package sysinfo
import sys "core:sys/unix"
-1
View File
@@ -1,4 +1,3 @@
// +build linux
package sysinfo
import "base:intrinsics"
-1
View File
@@ -1,4 +1,3 @@
// +build openbsd
package sysinfo
import sys "core:sys/unix"
-1
View File
@@ -1,4 +1,3 @@
// +build windows
package sysinfo
import sys "core:sys/windows"