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:
Kurtis Rader
2017-06-12 17:59:44 -07:00
parent a6227f6c3a
commit 7a6a766e0a
3 changed files with 12 additions and 59 deletions

View File

@@ -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().