移除 super_access.c 中不必要的 break_handler 成员定义

This commit is contained in:
ShirkNeko
2025-04-12 15:20:44 +08:00
parent 4e950183e3
commit 84b215f989

View File

@@ -105,7 +105,6 @@ DYNAMIC_STRUCT_BEGIN(kprobe)
DEFINE_MEMBER(kprobe, pre_handler) DEFINE_MEMBER(kprobe, pre_handler)
DEFINE_MEMBER(kprobe, post_handler) DEFINE_MEMBER(kprobe, post_handler)
DEFINE_MEMBER(kprobe, fault_handler) DEFINE_MEMBER(kprobe, fault_handler)
DEFINE_MEMBER(kprobe, break_handler)
DEFINE_MEMBER(kprobe, flags) DEFINE_MEMBER(kprobe, flags)
DYNAMIC_STRUCT_END(kprobe) DYNAMIC_STRUCT_END(kprobe)