aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/serialize.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/serialize.ml')
-rw-r--r--lib/serialize.ml5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/serialize.ml b/lib/serialize.ml
index 3ad508d74..76a8b2c06 100644
--- a/lib/serialize.ml
+++ b/lib/serialize.ml
@@ -67,7 +67,6 @@ let goals : goals option call = Goal
let evars : evar list option call = Evars
let hints : (hint list * hint) option call = Hints
let status : status call = Status
-let search flags : string coq_object list call = Search flags
let get_options : (option_name * option_state) list call = GetOptions
let set_options l : unit call = SetOptions l
let inloadpath s : bool call = InLoadPath s
@@ -125,10 +124,6 @@ let do_match constr t mf = match constr with
else raise Marshal_error
| _ -> raise Marshal_error
-let pcdata = function
-| PCData s -> s
-| _ -> raise Marshal_error
-
let singleton = function
| [x] -> x
| _ -> raise Marshal_error