From 714256f7dcc68642117013dfa7b3ff8a76e468b9 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Sat, 22 Nov 2014 15:12:28 +0100 Subject: Removing useless flag of the historical move tactic. --- tactics/tactics.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics') diff --git a/tactics/tactics.ml b/tactics/tactics.ml index e4783707ac..1ecd279355 100644 --- a/tactics/tactics.ml +++ b/tactics/tactics.ml @@ -254,7 +254,7 @@ let apply_clear_request clear_flag dft c = else Tacticals.New.tclIDTAC (* Moving hypotheses *) -let move_hyp id dest gl = Tacmach.move_hyp true id dest gl +let move_hyp id dest gl = Tacmach.move_hyp id dest gl (* Renaming hypotheses *) let rename_hyp repl = -- cgit v1.2.3