mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Remove fake_block_t
It was unused.
This commit is contained in:
parent
3e063e7c13
commit
8bddce2633
1 changed files with 0 additions and 4 deletions
|
@ -131,10 +131,6 @@ struct switch_block_t : public block_t {
|
|||
switch_block_t();
|
||||
};
|
||||
|
||||
struct fake_block_t : public block_t {
|
||||
fake_block_t();
|
||||
};
|
||||
|
||||
struct scope_block_t : public block_t {
|
||||
explicit scope_block_t(block_type_t type); // must be BEGIN, TOP or SUBST
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue