Browse Source

[sys/linux]: Remove +build comments in files with documentation

flysand7 1 year ago
parent
commit
34791707fd
2 changed files with 0 additions and 2 deletions
  1. 0 1
      core/sys/linux/sys.odin
  2. 0 1
      core/sys/linux/types.odin

+ 0 - 1
core/sys/linux/sys.odin

@@ -1,4 +1,3 @@
-//+build linux
 package linux
 package linux
 
 
 import "core:intrinsics"
 import "core:intrinsics"

+ 0 - 1
core/sys/linux/types.odin

@@ -1,4 +1,3 @@
-//+build linux
 package linux
 package linux
 
 
 /*
 /*