remove QueryTermRef from Allocator

This commit is contained in:
Mark Thom
2017-11-11 17:00:10 -07:00
parent e503e312a1
commit 498389e9e9
4 changed files with 13 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ pub trait Allocator<'a>
fn reset(&mut self);
fn reset_contents(&mut self) {}
fn advance(&mut self, GenContext, QueryTermRef<'a>);
fn advance(&mut self, GenContext, usize);
fn advance_arg(&mut self);
fn bindings(&self) -> &AllocVarDict<'a>;