Browse Source

Remove unused import.

Jeroen van Rijn 1 year ago
parent
commit
fa6f343261
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/os/os_linux.odin

+ 0 - 1
core/os/os_linux.odin

@@ -7,7 +7,6 @@ import "base:runtime"
 import "core:strings"
 import "core:c"
 import "core:strconv"
-import "base:intrinsics"
 
 // NOTE(flysand): For compatibility we'll make core:os package
 // depend on the old (scheduled for removal) linux package.