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`
This commit is contained in:
Kevin Watters
2020-06-01 18:44:47 -04:00
committed by GitHub
parent 8589af1458
commit 6c7fc4212a

View File

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