Skip to content

Commit aa85d0e

Browse files
committed
Remove unnecessary attached var in hello_perf_output
1 parent 5bba8dc commit aa85d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BCC-Examples/hello_perf_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def LICENSE() -> str:
3737
# Compile and load
3838
b = BPF()
3939
b.load()
40-
attached = b.attach_all()
40+
b.attach_all()
4141

4242
start = 0
4343

0 commit comments

Comments
 (0)