eliminate outstanding_propositions attribute
[scpubgit/DX.git] / lib / DX / QueryState.pm
index e4438d7..a873991 100644 (file)
@@ -50,7 +50,6 @@ sub new_search_state_for {
   my $hyp = DX::Hypothesis->new(
     scope => $scope,
     resolved_propositions => DX::ResolvedPropositionSet->new_empty,
-    outstanding_propositions => $prop_seq->members,
     actions => [],
     action_applications => [],
     action_policy => DX::ActionPolicy::Allow->new,