diff options
| author | Pierre-Marie Pédrot | 2015-02-27 20:42:44 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2015-02-27 20:45:06 +0100 |
| commit | fc1b3ef9d7270938cd83c524aae0383093b7a4b5 (patch) | |
| tree | 9730c1cb313c2b9a510a5030291292353cd41331 /plugins | |
| parent | 46969b0ece809598b4dd35c688a8ba5237b01efd (diff) | |
Removing the unused field ltacrecvars of tactic internalization.
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/decl_mode/decl_proof_instr.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/decl_mode/decl_proof_instr.ml b/plugins/decl_mode/decl_proof_instr.ml index 9d25681dcf..c61079e636 100644 --- a/plugins/decl_mode/decl_proof_instr.ml +++ b/plugins/decl_mode/decl_proof_instr.ml @@ -1454,7 +1454,7 @@ let do_instr raw_instr pts = let { it=gls ; sigma=sigma; } = Proof.V82.subgoals pts in let gl = { it=List.hd gls ; sigma=sigma; } in let env= pf_env gl in - let ist = {ltacvars = Id.Set.empty; ltacrecvars = Id.Map.empty; genv = env} in + let ist = {ltacvars = Id.Set.empty; genv = env} in let glob_instr = intern_proof_instr ist raw_instr in let instr = interp_proof_instr (get_its_info gl) env sigma glob_instr in |
