aboutsummaryrefslogtreecommitdiff
path: root/plugins/extraction/common.ml
diff options
context:
space:
mode:
authorletouzey2010-09-24 13:14:24 +0000
committerletouzey2010-09-24 13:14:24 +0000
commit6e88e153b42dadb0ded217ad85916ef071455f8b (patch)
treee41388a19c73e06fdefd799d326cb3b8d9b18732 /plugins/extraction/common.ml
parentc789e243ff599db876e94a5ab2a13ff98baa0d6c (diff)
Dead code in extraction
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13461 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/extraction/common.ml')
-rw-r--r--plugins/extraction/common.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/extraction/common.ml b/plugins/extraction/common.ml
index 35d7ba3d51..61e2f8c28f 100644
--- a/plugins/extraction/common.ml
+++ b/plugins/extraction/common.ml
@@ -45,8 +45,6 @@ let fnl2 () = fnl () ++ fnl ()
let space_if = function true -> str " " | false -> mt ()
-let sec_space_if = function true -> spc () | false -> mt ()
-
let is_digit = function
| '0'..'9' -> true
| _ -> false