pervasive type constraints
[scpubgit/DX.git] / lib / DX / QueryState.pm
index ac4039b..b378783 100644 (file)
@@ -1,6 +1,5 @@
 package DX::QueryState;
 
-use Types::Standard qw(HashRef);
 use DX::Scope;
 use DX::Hypothesis;
 use DX::SearchProcess;
@@ -35,7 +34,6 @@ sub new_search_state_for {
     locals => [
       dict(
         map +($_ => DX::Value::Unset->new(
-                      identity_path => [ 0, $_ ],
                       action_builder => DX::ActionBuilder::UnsetValue->new(
                         target_path => [ 0, $_ ],
                       )