remove unneeded no instrumentation comment, are all foreign procs anyway

This commit is contained in:
Laytan
2024-02-05 18:54:37 +01:00
parent e63d71c23b
commit 95808fd2e7

View File

@@ -1,5 +1,4 @@
// +build windows
//+no-instrumentation
package sys_windows
foreign import kernel32 "system:Kernel32.lib"