mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
cpu: remove unused import from cpuid_arm64
This commit is contained in:
parent
7c5f7d600e
commit
88f694a177
1 changed files with 0 additions and 4 deletions
|
@ -26,10 +26,6 @@ unsigned long gethwcap() {
|
||||||
*/
|
*/
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
import (
|
|
||||||
"sigs.k8s.io/node-feature-discovery/source"
|
|
||||||
)
|
|
||||||
|
|
||||||
/* all special features for arm64 should be defined here */
|
/* all special features for arm64 should be defined here */
|
||||||
const (
|
const (
|
||||||
/* extension instructions */
|
/* extension instructions */
|
||||||
|
|
Loading…
Reference in a new issue