Skip to content

Commit f7a32d3

Browse files
committed
struct_ops: drop unused members for now
Signed-off-by: shun159 <[email protected]>
1 parent fb6c1a7 commit f7a32d3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

struct_ops.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ import "fmt"
88
type structOpsMeta struct {
99
userTypeName string
1010
kernTypeName string
11-
members []struct {
12-
name string
13-
userOfs uint32
14-
size uint32
15-
kind uint8
16-
progName string
17-
}
18-
initUserBlob []byte
1911
}
2012

2113
// extractStructOpsMeta returns the *structops.Meta embedded in a MapSpec’s Contents

0 commit comments

Comments
 (0)