Skip to content

Commit

Permalink
Removing the only use of globTacticIn.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedrot authored and Enrico Tassi committed Dec 3, 2015
1 parent 7bf7dca commit 95354e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mathcomp/ssreflect/plugin/trunk/ssreflect.ml4
Original file line number Diff line number Diff line change
Expand Up @@ -1043,10 +1043,7 @@ let ssrtac_expr = ssrtac_atom


let ssrevaltac ist gtac =
let debug = match TacStore.get ist.extra f_debug with
| None -> Tactic_debug.DebugOff | Some level -> level
in
Proofview.V82.of_tactic (interp_tac_gen ist.lfun [] debug (globTacticIn (fun _ -> gtac)))
Proofview.V82.of_tactic (eval_tactic_ist ist gtac)

(* fun gl -> let lfun = [tacarg_id, val_interp ist gl gtac] in
interp_tac_gen lfun [] ist.debug tacarg_expr gl *)
Expand Down

0 comments on commit 95354e0

Please sign in to comment.