Skip to content

Commit 818cc65

Browse files
committed
struct_ops: remove unused struct type
Signed-off-by: shun159 <[email protected]>
1 parent 607e654 commit 818cc65

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

struct_ops.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ type structOpsSpec struct {
6464
progAttachBtfID btf.TypeID
6565
}
6666

67-
type structOpsFunc struct {
68-
member string // A member name from the user struct
69-
progName string // A program name which is
70-
}
71-
7267
// findByTypeFromStruct searches for the first member of a struct whose
7368
// resolved BTF type ID matches the given typ.
7469
//

0 commit comments

Comments
 (0)