]> Repositorios git - scryer-prolog.git/commitdiff
remove todo
authorMark Thom <[email protected]>
Mon, 27 Feb 2017 19:36:52 +0000 (12:36 -0700)
committerMark Thom <[email protected]>
Mon, 27 Feb 2017 19:36:52 +0000 (12:36 -0700)
src/l2/codegen.rs

index 4de0548109e6e09f3000a259e8be5158ad8035c3..1b11bf4d2123b3f15236583579af624edfd53c83 100644 (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) => {