Browse Source

Remove `intrinsics` import

When using `linalg` with the `-vet` compiler switch, you get the warning/error:

`odin/core/math/linalg/specific.odin(4:8) 'intrinsics' declared but not used`
Kevin Watters 5 years ago
parent
commit
6c7fc4212a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/math/linalg/specific.odin

+ 0 - 1
core/math/linalg/specific.odin

@@ -1,7 +1,6 @@
 package linalg
 
 import "core:math"
-import "intrinsics"
 
 
 // Specific