mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 19:19:58 +08:00
Remove unused function
This commit is contained in:
parent
11bd5d7f0c
commit
f9bdad3f77
|
@ -904,13 +904,6 @@ pub fn reader_schedule_prompt_repaint() {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn reader_handle_command(cmd: ReadlineCmd) {
|
||||
if let Some(data) = current_data() {
|
||||
let mut rls = ReadlineLoopState::new();
|
||||
data.handle_readline_command(cmd, &mut rls);
|
||||
}
|
||||
}
|
||||
|
||||
/// Enqueue an event to the back of the reader's input queue.
|
||||
pub fn reader_queue_ch(ch: CharEvent) {
|
||||
if let Some(data) = current_data() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user