File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -1015,20 +1015,6 @@ a number follows 'f':"
1015
1015
}
1016
1016
}
1017
1017
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
-
1032
1018
bool DoExecute (Args &command, CommandReturnObject &result) override {
1033
1019
const size_t argc = command.GetArgumentCount ();
1034
1020
if (argc == 0 ) {
You can’t perform that action at this time.
0 commit comments