mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 18:07:23 +08:00
Remove fake_block_t
It was unused.
This commit is contained in:
parent
3e063e7c13
commit
8bddce2633
|
@ -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 New Issue
Block a user