aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
Diffstat (limited to 'proofs')
-rw-r--r--proofs/proof_global.ml9
-rw-r--r--proofs/proof_type.ml1
2 files changed, 0 insertions, 10 deletions
diff --git a/proofs/proof_global.ml b/proofs/proof_global.ml
index 178c2ab2d8..25ed1f3e8b 100644
--- a/proofs/proof_global.ml
+++ b/proofs/proof_global.ml
@@ -125,15 +125,6 @@ let find_top l =
| np::_ -> np
| [] -> raise NoCurrentProof
-let rotate_top l1 l2 =
- let np = extract_top l1 in
- push np l2
-
-let rotate_find id l1 l2 =
- let np = extract id l1 in
- push np l2
-
-
(* combinators for the proof_info map *)
let add id info m =
m := Idmap.add id info !m
diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml
index e09d72e474..b7237f1fc4 100644
--- a/proofs/proof_type.ml
+++ b/proofs/proof_type.ml
@@ -12,7 +12,6 @@ open Names
open Term
open Tacexpr
open Glob_term
-open Genarg
open Nametab
open Pattern
open Misctypes