mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-16 10:11:14 -03:00
Remove various empty or useless functions
In particular remove init()/destroy() functions that do nothing, or destroy functions that only free memory.
This commit is contained in:
@@ -803,8 +803,6 @@ void reader_init() {
|
||||
get_current_winsize();
|
||||
}
|
||||
|
||||
void reader_destroy() { pthread_key_delete(generation_count_key); }
|
||||
|
||||
/// Restore the term mode if we own the terminal. It's important we do this before
|
||||
/// restore_foreground_process_group, otherwise we won't think we own the terminal.
|
||||
void restore_term_mode() {
|
||||
|
||||
Reference in New Issue
Block a user