aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/refiner.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/refiner.ml')
-rw-r--r--proofs/refiner.ml10
1 files changed, 0 insertions, 10 deletions
diff --git a/proofs/refiner.ml b/proofs/refiner.ml
index 87ba77dc5..9b9b91337 100644
--- a/proofs/refiner.ml
+++ b/proofs/refiner.ml
@@ -35,16 +35,6 @@ let refiner = function
{it=sgl; sigma = sigma'})
- | Decl_proof _ ->
- failwith "Refiner: should not occur"
-
- (* Daimon is a canonical unfinished proof *)
-
- | Daimon ->
- fun gls ->
- {it=[];sigma=gls.sigma}
-
-
let norm_evar_tac gl = refiner (Prim Change_evars) gl
(*********************)