Skip to content

Commit 72f18fa

Browse files
authored
Merge pull request #1944 from dcci/will-it-ever-end
apple-llvm-split-commit: da27e74978a3fc830c15113880807f54849e668f apple-llvm-split-dir: lldb/
2 parents ecc2899 + 4764f00 commit 72f18fa

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

lldb/source/Commands/CommandObjectCommands.cpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,20 +1015,6 @@ a number follows 'f':"
10151015
}
10161016
}
10171017

1018-
bool IOHandlerIsInputComplete(IOHandler &io_handler,
1019-
StringList &lines) override {
1020-
// An empty lines is used to indicate the end of input
1021-
const size_t num_lines = lines.GetSize();
1022-
if (num_lines > 0 && lines[num_lines - 1].empty()) {
1023-
// Remove the last empty line from "lines" so it doesn't appear
1024-
// in our resulting input and return true to indicate we are done
1025-
// getting lines
1026-
lines.PopBack();
1027-
return true;
1028-
}
1029-
return false;
1030-
}
1031-
10321018
bool DoExecute(Args &command, CommandReturnObject &result) override {
10331019
const size_t argc = command.GetArgumentCount();
10341020
if (argc == 0) {

0 commit comments

Comments
 (0)