switch over to storing rspace+ss as decision list
[scpubgit/DX.git] / lib / DX / SearchProcess.pm
index e2ec2d5..e22eaa3 100644 (file)
@@ -6,7 +6,7 @@ use DX::Class;
 has current_search_state => (
   is => 'ro', isa => SearchState, required => 1,
   handles => [ qw(
-    current_hypothesis next_step propositions adjustments_made
+    current_hypothesis next_step propositions
   ) ],
 );