eliminate vestigial force_backtrack methods
[scpubgit/DX.git] / lib / DX / SearchState.pm
index 415b22a..dd0a724 100644 (file)
@@ -57,11 +57,4 @@ sub with_one_step {
   return $step->apply_to($self);
 }
 
-sub force_backtrack {
-  my ($self) = @_;
-  return $self->but(
-    next_step => DX::Step::Backtrack->new,
-  )->with_one_step;
-}
-
 1;