From a3503c0aca07f5e7f5785faa7b76123a02ecc2af Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Mon, 7 Jul 2014 21:34:49 +0200 Subject: Revert "time tac" (committed by mistake). This reverts commit abad0a15ac44cb5b53b87382bb4d587d9800a0f6. --- printing/pptactic.ml | 3 --- 1 file changed, 3 deletions(-) (limited to 'printing') diff --git a/printing/pptactic.ml b/printing/pptactic.ml index 9df9446c3c..f6c25d0699 100644 --- a/printing/pptactic.ml +++ b/printing/pptactic.ml @@ -865,9 +865,6 @@ let rec pr_tac inherited tac = hov 1 (str "timeout " ++ pr_or_var int n ++ spc () ++ pr_tac (ltactical,E) t), ltactical - | TacTime t -> - hov 1 (str "time " ++ pr_tac (ltactical,E) t), - ltactical | TacRepeat t -> hov 1 (str "repeat" ++ spc () ++ pr_tac (ltactical,E) t), ltactical -- cgit v1.2.3