mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
janitorial nitpicks
This commit is contained in:
@ -274,7 +274,6 @@ def process_bpf_map(func_node, module):
|
||||
rval = return_stmt.value
|
||||
|
||||
if isinstance(rval, ast.Call) and isinstance(rval.func, ast.Name):
|
||||
print(f"we're lit, {ast.dump(rval)}")
|
||||
handler = MapProcessorRegistry.get_processor(rval.func.id)
|
||||
if handler:
|
||||
return handler(map_name, rval, module)
|
||||
|
||||
Reference in New Issue
Block a user