diff options
author | Siri Hansen <[email protected]> | 2016-02-19 12:00:47 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-02-19 12:05:18 +0100 |
commit | c56cdb91d057cdb40bb79d4f49e88966c0244017 (patch) | |
tree | 3a4976ce883b357da73f7b658bbf031280c17479 /lib/sasl/src/Makefile | |
parent | 33f8fe899ec052ab0a33566f7e9e92fadf3f0a68 (diff) | |
download | otp-c56cdb91d057cdb40bb79d4f49e88966c0244017.tar.gz otp-c56cdb91d057cdb40bb79d4f49e88966c0244017.tar.bz2 otp-c56cdb91d057cdb40bb79d4f49e88966c0244017.zip |
Remove module 'overload' from SASL
The reason is that the module is not used, and that we se no obvious
use case for it.
Diffstat (limited to 'lib/sasl/src/Makefile')
-rw-r--r-- | lib/sasl/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sasl/src/Makefile b/lib/sasl/src/Makefile index 7ff6a03a50..92d4818f2e 100644 --- a/lib/sasl/src/Makefile +++ b/lib/sasl/src/Makefile @@ -36,7 +36,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/sasl-$(VSN) # ---------------------------------------------------- MODULES= alarm_handler sasl sasl_report \ sasl_report_file_h sasl_report_tty_h format_lib_supp \ - misc_supp overload rb rb_format_supp release_handler \ + misc_supp rb rb_format_supp release_handler \ release_handler_1 si si_sasl_supp systools \ systools_make systools_rc systools_relup systools_lib \ erlsrv |