Commit 0e52fa2
committed
[lldb] Avoid unnecessary statusline redraw in HandleProgressEvent
There's no need to call RedrawStatusline from HandleProgressEvent. The
statusline gets redraw after handling all events, including progress
events, in the default event handler loop.
(cherry picked from commit 618e8b9)1 parent 044feb8 commit 0e52fa2
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2212 | 2212 | | |
2213 | 2213 | | |
2214 | 2214 | | |
2215 | | - | |
2216 | | - | |
2217 | 2215 | | |
2218 | 2216 | | |
2219 | 2217 | | |
| |||
0 commit comments