mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-27 16:53:55 +00:00
sys/info: remove unneccesary build tags
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// +build darwin
|
||||
package sysinfo
|
||||
|
||||
import sys "core:sys/unix"
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// +build freebsd
|
||||
package sysinfo
|
||||
|
||||
import sys "core:sys/unix"
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// +build linux
|
||||
package sysinfo
|
||||
|
||||
import "base:intrinsics"
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// +build openbsd
|
||||
package sysinfo
|
||||
|
||||
import sys "core:sys/unix"
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// +build windows
|
||||
package sysinfo
|
||||
|
||||
import sys "core:sys/windows"
|
||||
|
||||
Reference in New Issue
Block a user