Skip to content

Commit df0281f

Browse files
DavidSpickettJDevlieghere
authored andcommitted
[lldb] Remove unused escape code defines from status line (llvm#141770)
(cherry picked from commit caaca32)
1 parent 739191e commit df0281f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/source/Core/Statusline.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
#define ANSI_SAVE_CURSOR ESCAPE "7"
2525
#define ANSI_RESTORE_CURSOR ESCAPE "8"
2626
#define ANSI_CLEAR_BELOW ESCAPE "[J"
27-
#define ANSI_CURSOR_DOWN ESCAPE "[B"
28-
#define ANSI_CLEAR_LINE ESCAPE "[2K"
2927
#define ANSI_SET_SCROLL_ROWS ESCAPE "[0;%ur"
3028
#define ANSI_TO_START_OF_ROW ESCAPE "[%u;0f"
3129
#define ANSI_REVERSE_VIDEO ESCAPE "[7m"

0 commit comments

Comments
 (0)