mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
ast.h: remove unused private member finished()
This commit is contained in:
parent
cb10f34f2e
commit
549fae1400
1 changed files with 0 additions and 3 deletions
|
@ -926,9 +926,6 @@ class traversal_t {
|
|||
// Construct an empty visitor, used for iterator support.
|
||||
traversal_t() = default;
|
||||
|
||||
// \return whether we are finished visiting.
|
||||
bool finished() const { return stack_.empty(); }
|
||||
|
||||
// Append a node.
|
||||
void push(const node_t *n) {
|
||||
assert(n && "Should not push null node");
|
||||
|
|
Loading…
Reference in a new issue