mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Remove unnecessary attached var in hello_perf_output
This commit is contained in:
@ -37,7 +37,7 @@ def LICENSE() -> str:
|
||||
# Compile and load
|
||||
b = BPF()
|
||||
b.load()
|
||||
attached = b.attach_all()
|
||||
b.attach_all()
|
||||
|
||||
start = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user