aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-05-03 14:16:11 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-05-03 12:27:18 +0000
commitbf7ecb7cfe9145d8e169454ff6538a307124f82c (patch)
tree68105ffb3d271074ff3352032fda6dbcf4937d1c /pkg/host
parent50e79216e519b56f3a66730ec6149023bf9407ac (diff)
pkg/cover: move KernelModule from pkg/host
In preparation for pkg/host removal. Nothing in pkg/host uses KernelModule, and pkg/cover is effectively the only user of KernelModule.
Diffstat (limited to 'pkg/host')
-rw-r--r--pkg/host/machine_info.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/host/machine_info.go b/pkg/host/machine_info.go
index 698a575a1..ee344dd0b 100644
--- a/pkg/host/machine_info.go
+++ b/pkg/host/machine_info.go
@@ -9,12 +9,6 @@ import (
"strings"
)
-type KernelModule struct {
- Name string `json:"Name"`
- Addr uint64 `json:"Addr"`
- Size uint64 `json:"Size"`
-}
-
type FileInfo struct {
Name string
Exists bool