Remove unnecessary attached var in hello_perf_output

This commit is contained in:
Pragyansh Chaturvedi
2025-10-20 14:58:50 +05:30
parent 5bba8dce12
commit aa85d0e0ef

View File

@ -37,7 +37,7 @@ def LICENSE() -> str:
# Compile and load
b = BPF()
b.load()
attached = b.attach_all()
b.attach_all()
start = 0