aboutsummaryrefslogtreecommitdiff
path: root/src/tac2core.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-08-18 17:03:37 +0200
committerPierre-Marie Pédrot2017-08-18 17:06:06 +0200
commit33f7df93bb686077b9ca164078763c2208cbe3d5 (patch)
tree01da01f1bc5bd160f4599eafd6fc97acc38ada71 /src/tac2core.ml
parentf392ad50331d3e59d3e2f3ec66c0a42112506d7f (diff)
Removing dead code.
Diffstat (limited to 'src/tac2core.ml')
-rw-r--r--src/tac2core.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tac2core.ml b/src/tac2core.ml
index bf41713215..0415b6f15f 100644
--- a/src/tac2core.ml
+++ b/src/tac2core.ml
@@ -21,7 +21,6 @@ open Proofview.Notations
module Value = Tac2ffi
let coq_core n = KerName.make2 Tac2env.coq_prefix (Label.of_id (Id.of_string_soft n))
-let std_core n = KerName.make2 Tac2env.std_prefix (Label.of_id (Id.of_string_soft n))
module Core =
struct