From b9b1122ff82cd9e8bb9782e7c4c5d39bf0df7488 Mon Sep 17 00:00:00 2001 From: aspiwack Date: Sat, 2 Nov 2013 15:39:08 +0000 Subject: Made Proofview.Goal.hyps a named_context. There was really no point in having it be a named_context val. The tactics are not going to access the vm cache. Only vm_compute will. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17007 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/tacinterp.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'tactics/tacinterp.ml') diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml index 34ea3dc87..2c64b669c 100644 --- a/tactics/tacinterp.ml +++ b/tactics/tacinterp.ml @@ -1355,7 +1355,6 @@ and interp_match_goal ist lz lr lmr = let sigma = Proofview.Goal.sigma gl in let env = Proofview.Goal.env gl in let hyps = Proofview.Goal.hyps gl in - let hyps = Environ.named_context_of_val hyps in let hyps = if lr then List.rev hyps else hyps in let concl = Proofview.Goal.concl gl in let rec apply_goal_sub app ist (id,c) csr mt mhyps hyps = -- cgit v1.2.3