Commit b38ad69
ref(profiler): Remove dead code in run() cleanup
Remove the no-op `buffer = None` assignment on a local variable before
the function returns. Setting a local variable to None provides no GC
benefit since it goes out of scope immediately after.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 5c8f200 commit b38ad69
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
443 | 442 | | |
444 | 443 | | |
445 | 444 | | |
| |||
0 commit comments