summaryrefslogtreecommitdiff
path: root/extraction
diff options
context:
space:
mode:
Diffstat (limited to 'extraction')
-rw-r--r--extraction/extraction.v3
1 files changed, 0 insertions, 3 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index 89c708b..1397416 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -53,9 +53,6 @@ Extraction Inline RTLgen.ret RTLgen.error RTLgen.bind RTLgen.bind2.
Extract Inlined Constant Inlining.should_inline => "Inliningaux.should_inline".
Extraction Inline Inlining.ret Inlining.bind.
-(* RTLtyping *)
-Extract Constant RTLtyping.infer_type_environment => "RTLtypingaux.infer_type_environment".
-
(* Constprop *)
Extract Constant ConstpropOp.propagate_float_constants =>
"fun _ -> !Clflags.option_ffloatconstprop >= 1".