aboutsummaryrefslogtreecommitdiffhomepage
path: root/engine/proofview.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-11-29 16:30:00 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2017-02-14 17:30:44 +0100
commitd549d9d3d169fbfc5f555e3e4f22f46301161d53 (patch)
tree4cb4052135639414c1f46e3f61a2064ed74d94eb /engine/proofview.ml
parent4e9cebb0641927f11a21cbb50828974f910cfe47 (diff)
Do not ask for a normalized goal to get hypotheses and conclusions.
This is now useless as this returns evar-constrs, so that all functions acting on them should be insensitive to evar-normalization.
Diffstat (limited to 'engine/proofview.ml')
-rw-r--r--engine/proofview.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/engine/proofview.ml b/engine/proofview.ml
index 0a18cf191..71e9acc88 100644
--- a/engine/proofview.ml
+++ b/engine/proofview.ml
@@ -999,9 +999,6 @@ module Goal = struct
let concl { concl=concl } = concl
let extra { sigma=sigma; self=self } = goal_extra sigma self
- let raw_concl { concl=concl } = concl
-
-
let gmake_with info env sigma goal =
{ env = Environ.reset_with_named_context (Evd.evar_filtered_hyps info) env ;
sigma = sigma ;