aboutsummaryrefslogtreecommitdiffhomepage
path: root/engine/proofview.ml
diff options
context:
space:
mode:
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 ;