aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-10-06 10:08:51 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-10-06 10:08:51 +0000
commit0256a92eb0d0265750bd38a85dce4f9487aefe5b (patch)
treee2786cc2476aebafa664db64da2ab787f18a887a /proofs
parent30cf9c6711df3eb583dacad3cb98158adbbf1f5f (diff)
still some more dead code removal
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15875 85f007b7-540e-0410-9357-904b9bb8a0f7
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 178c2ab2d..25ed1f3e8 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 e09d72e47..b7237f1fc 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