mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-21 15:01:16 -03:00
remove dead code
Remove code for the `__fish_parse` builin that has been commented out for three years. Add a call to `parse_dump_tree()` to fish_indent.
This commit is contained in:
@@ -254,7 +254,7 @@ static inline parse_token_type_t parse_token_type_from_tokenizer_token(
|
||||
return result;
|
||||
}
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
// Disabled for the 2.2.0 release: https://github.com/fish-shell/fish-shell/issues/1809.
|
||||
|
||||
/// Helper function for parse_dump_tree().
|
||||
|
||||
Reference in New Issue
Block a user