diff options
| author | flysand7 <yyakut.ac@gmail.com> | 2024-01-18 09:16:40 +1100 |
|---|---|---|
| committer | flysand7 <yyakut.ac@gmail.com> | 2024-01-18 09:16:40 +1100 |
| commit | 34791707fd42cb002fb06b0e65376cadbb97c032 (patch) | |
| tree | 4c5255137f6b51812b6b3220e82c8bfb6efd031d /core/sys/linux | |
| parent | ae0be9c78587a13857f03cdc08602cf2e6a9282b (diff) | |
[sys/linux]: Remove +build comments in files with documentation
Diffstat (limited to 'core/sys/linux')
| -rw-r--r-- | core/sys/linux/sys.odin | 1 | ||||
| -rw-r--r-- | core/sys/linux/types.odin | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/core/sys/linux/sys.odin b/core/sys/linux/sys.odin index 27c855c3b..9a0f18e9f 100644 --- a/core/sys/linux/sys.odin +++ b/core/sys/linux/sys.odin @@ -1,4 +1,3 @@ -//+build linux package linux import "core:intrinsics" diff --git a/core/sys/linux/types.odin b/core/sys/linux/types.odin index 099c18b5c..677bac7e0 100644 --- a/core/sys/linux/types.odin +++ b/core/sys/linux/types.odin @@ -1,4 +1,3 @@ -//+build linux package linux /* |