We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4a685 commit c04e32bCopy full SHA for c04e32b
pythonbpf/functions/functions_pass.py
@@ -325,8 +325,6 @@ def process_func_body(
325
f"Unsupported annotation type: {ast.dump(context_arg.annotation)}"
326
)
327
328
- # Use context's handler if available, else usage of VmlinuxHandlerRegistry
329
- # For now relying on VmlinuxHandlerRegistry which relies on codegen setting it
330
if VmlinuxHandlerRegistry.is_vmlinux_struct(context_type_name):
331
resolved_type = VmlinuxHandlerRegistry.get_struct_type(
332
context_type_name
0 commit comments