move invoke predicate logic into normal step
[scpubgit/DX.git] / lib / DX / SearchState.pm
index b1b4038..005aa3c 100644 (file)
@@ -45,9 +45,6 @@ sub with_one_step {
           : ()),
         @{$new_ss->alternatives}
       ],
-      next_step => DX::Step::InvokeNextPredicate->new(
-        proposition => $new_ss->next_proposition,
-      ),
     );
   }
   if ($alt_step) {