mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
Remove dead code
Introduced in 149594f974 (Initial revision, 2005-09-20).
This commit is contained in:
@@ -295,7 +295,8 @@ fn process_opening_quote(
|
||||
} else if c == ')' {
|
||||
paran_count -= 1;
|
||||
|
||||
if paran_count == 0 && paran_end.is_none() {
|
||||
if paran_count == 0 {
|
||||
assert!(paran_end.is_none());
|
||||
paran_end = Some(pos);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user