Skip to content

Commit 7c5d6e4

Browse files
committed
Remove unused include
1 parent 9c484e0 commit 7c5d6e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/stdlib/ocaml/mcore.mc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
-- Defines functions for compiling (and running) an MCore program.
22

3-
include "mexpr/deadcode.mc"
43
include "mexpr/remove-ascription.mc"
54
include "mexpr/type-annot.mc"
65
include "mexpr/type-lift.mc"
@@ -24,7 +23,7 @@ let mkEmptyHooks : all a. ([String] -> [String] -> String -> a) -> Hooks a =
2423
}
2524

2625
lang MCoreCompileLang =
27-
MExprRemoveTypeAscription + MExprDeadcodeElimination + MExprTypeLift +
26+
MExprRemoveTypeAscription + MExprTypeLift +
2827
OCamlTypeDeclGenerate + OCamlGenerate + OCamlGenerateExternalNaive
2928

3029
sem collectLibraries : Map Name [ExternalImpl] -> Set String -> ([String], [String])

0 commit comments

Comments
 (0)