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

index 4de0548109e6e09f3000a259e8be5158ad8035c3..69ed888241d310ed08415de3cba561e989711706 100644 (file)
@@ -411,8 +411,7 @@ 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) => {