From c04e32bd24f844cfc1b1bd42b47004d87283621c Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Sat, 28 Mar 2026 12:15:41 +0530 Subject: [PATCH] Core: Remove spurious comments from functions_pass --- pythonbpf/functions/functions_pass.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pythonbpf/functions/functions_pass.py b/pythonbpf/functions/functions_pass.py index b2d2fc8..23a81de 100644 --- a/pythonbpf/functions/functions_pass.py +++ b/pythonbpf/functions/functions_pass.py @@ -325,8 +325,6 @@ def process_func_body( f"Unsupported annotation type: {ast.dump(context_arg.annotation)}" ) - # Use context's handler if available, else usage of VmlinuxHandlerRegistry - # For now relying on VmlinuxHandlerRegistry which relies on codegen setting it if VmlinuxHandlerRegistry.is_vmlinux_struct(context_type_name): resolved_type = VmlinuxHandlerRegistry.get_struct_type( context_type_name