aboutsummaryrefslogtreecommitdiffstats
path: root/extraction
diff options
context:
space:
mode:
Diffstat (limited to 'extraction')
-rw-r--r--extraction/extraction.v6
1 files changed, 0 insertions, 6 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index ee496ffa..94ac6f52 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -57,12 +57,6 @@ Extract Constant Iteration.GenIter.iterate =>
(* Selection *)
-Extract Constant SelectLong.get_helper =>
- "fun ge s sg ->
- Errors.OK (Camlcoq.intern_string (Camlcoq.camlstring_of_coqstring s))".
-Extract Constant SelectLong.get_builtin =>
- "fun s sg ->
- Errors.OK (Camlcoq.intern_string (Camlcoq.camlstring_of_coqstring s))".
Extract Constant Selection.compile_switch => "Switchaux.compile_switch".
(* RTLgen *)