Remove fake_block_t

It was unused.
This commit is contained in:
ridiculousfish 2018-02-11 20:17:34 -08:00
parent 3e063e7c13
commit 8bddce2633

View File

@ -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
};