diff options
author | Björn Gustavsson <[email protected]> | 2019-01-17 13:25:19 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-01-17 13:25:19 +0100 |
commit | 9627785145f4db991ce0206d2fdc053557720c61 (patch) | |
tree | d7944b37ac9e2e71895c2ebc390cc1718618241e /lib/compiler/src/Makefile | |
parent | 401bd13ffd39052d4125fbc6fc8360dc08121883 (diff) | |
parent | d4248d50ec9b2b27b2e000bd414f249c71f34c17 (diff) | |
download | otp-9627785145f4db991ce0206d2fdc053557720c61.tar.gz otp-9627785145f4db991ce0206d2fdc053557720c61.tar.bz2 otp-9627785145f4db991ce0206d2fdc053557720c61.zip |
Merge pull request #2097 from bjorng/bjorn/compiler/eliminate-beam_bs
Eliminate the beam_bs compiler pass
Diffstat (limited to 'lib/compiler/src/Makefile')
-rw-r--r-- | lib/compiler/src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/src/Makefile b/lib/compiler/src/Makefile index 961dacc6c9..074d9b881b 100644 --- a/lib/compiler/src/Makefile +++ b/lib/compiler/src/Makefile @@ -49,7 +49,6 @@ MODULES = \ beam_a \ beam_asm \ beam_block \ - beam_bs \ beam_clean \ beam_dict \ beam_disasm \ |