diff options
author | José Valim <[email protected]> | 2018-02-19 22:49:54 +0100 |
---|---|---|
committer | José Valim <[email protected]> | 2018-02-19 22:49:54 +0100 |
commit | 307e9297fc23ff0ce5fe5c17e769f81c4b322a8b (patch) | |
tree | 545fd50eaf834ad3d13c679e6f051646cd8f9756 /lib/hipe/cerl/Makefile | |
parent | 7304c1e1deed6ac1fbddc88ea5c6d5138231dbf7 (diff) | |
download | otp-307e9297fc23ff0ce5fe5c17e769f81c4b322a8b.tar.gz otp-307e9297fc23ff0ce5fe5c17e769f81c4b322a8b.tar.bz2 otp-307e9297fc23ff0ce5fe5c17e769f81c4b322a8b.zip |
Remove unused cerl_messagean module
Diffstat (limited to 'lib/hipe/cerl/Makefile')
-rw-r--r-- | lib/hipe/cerl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/cerl/Makefile b/lib/hipe/cerl/Makefile index 9f50d6bf91..b6116c4276 100644 --- a/lib/hipe/cerl/Makefile +++ b/lib/hipe/cerl/Makefile @@ -44,7 +44,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/hipe-$(VSN) # Target Specs # ---------------------------------------------------- MODULES = cerl_cconv cerl_closurean cerl_hipeify cerl_lib \ - cerl_messagean cerl_pmatch cerl_prettypr cerl_to_icode \ + cerl_pmatch cerl_prettypr cerl_to_icode \ cerl_typean erl_bif_types erl_types HRL_FILES= cerl_hipe_primops.hrl |