diff options
| author | Laytan <laytanlaats@hotmail.com> | 2024-02-05 18:54:37 +0100 |
|---|---|---|
| committer | Laytan <laytanlaats@hotmail.com> | 2024-02-05 18:54:37 +0100 |
| commit | 95808fd2e7eca351d7e94e2da5d6225f16a02f2d (patch) | |
| tree | 8afde91626a7df6fc7bdfa0cf7d079b0fabe9edf /core/sys | |
| parent | e63d71c23b0d86ec40dcdf8fdd6cec11fd232d8e (diff) | |
remove unneeded no instrumentation comment, are all foreign procs anyway
Diffstat (limited to 'core/sys')
| -rw-r--r-- | core/sys/windows/kernel32.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/sys/windows/kernel32.odin b/core/sys/windows/kernel32.odin index 5e1370f01..390af3ab8 100644 --- a/core/sys/windows/kernel32.odin +++ b/core/sys/windows/kernel32.odin @@ -1,5 +1,4 @@ // +build windows -//+no-instrumentation package sys_windows foreign import kernel32 "system:Kernel32.lib" |