remove todo

This commit is contained in:
Mark Thom
2017-02-27 12:36:52 -07:00
parent 42374f49dc
commit 00ad58e741

View File

@@ -412,7 +412,6 @@ impl<'a> CodeGenerator<'a> {
vfs
}
//TODO: remove this if it proves to be unnecessary.
fn add_conditional_call(compiled_query: &mut Code, term: &Term) {
match term {
&Term::Atom(_, ref atom) => {