mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-03-29 08:31:28 +00:00
Core: Remove spurious comments from functions_pass
This commit is contained in:
@ -325,8 +325,6 @@ def process_func_body(
|
|||||||
f"Unsupported annotation type: {ast.dump(context_arg.annotation)}"
|
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):
|
if VmlinuxHandlerRegistry.is_vmlinux_struct(context_type_name):
|
||||||
resolved_type = VmlinuxHandlerRegistry.get_struct_type(
|
resolved_type = VmlinuxHandlerRegistry.get_struct_type(
|
||||||
context_type_name
|
context_type_name
|
||||||
|
|||||||
Reference in New Issue
Block a user