Skip to content

Commit c04e32b

Browse files
committed
Core: Remove spurious comments from functions_pass
1 parent ec4a685 commit c04e32b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pythonbpf/functions/functions_pass.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,6 @@ def process_func_body(
325325
f"Unsupported annotation type: {ast.dump(context_arg.annotation)}"
326326
)
327327

328-
# Use context's handler if available, else usage of VmlinuxHandlerRegistry
329-
# For now relying on VmlinuxHandlerRegistry which relies on codegen setting it
330328
if VmlinuxHandlerRegistry.is_vmlinux_struct(context_type_name):
331329
resolved_type = VmlinuxHandlerRegistry.get_struct_type(
332330
context_type_name

0 commit comments

Comments
 (0)