From 6483605e9bea9dfb823934f4f8c8e89bd7977d4c Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 16 Jun 2018 12:31:22 +0000 Subject: Remove Canary. This eliminates 3 uses of Obj from TCB. --- clib/canary.ml | 28 ---------------------------- clib/canary.mli | 27 --------------------------- clib/clib.mllib | 1 - 3 files changed, 56 deletions(-) delete mode 100644 clib/canary.ml delete mode 100644 clib/canary.mli (limited to 'clib') diff --git a/clib/canary.ml b/clib/canary.ml deleted file mode 100644 index b8b79ed7f..000000000 --- a/clib/canary.ml +++ /dev/null @@ -1,28 +0,0 @@ -(************************************************************************) -(* * The Coq Proof Assistant / The Coq Development Team *) -(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) -(* M.t - val inj : M.t -> t -end -(** Adds a canary to any type. *) diff --git a/clib/clib.mllib b/clib/clib.mllib index c9b4d72fc..afece4074 100644 --- a/clib/clib.mllib +++ b/clib/clib.mllib @@ -1,4 +1,3 @@ -Canary CObj CEphemeron -- cgit v1.2.3