diff options
author | Björn Gustavsson <[email protected]> | 2011-10-26 15:39:50 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-10-27 12:57:55 +0200 |
commit | debce2eaa6bd62dca4d0a2ad5603af69528ced04 (patch) | |
tree | f9c65b17e4fdb966101edcaf731624da527c37cf /lib/stdlib/src/Makefile | |
parent | a971c9568ccebed4e8d00abf52faa59a2bcc1c18 (diff) | |
download | otp-debce2eaa6bd62dca4d0a2ad5603af69528ced04.tar.gz otp-debce2eaa6bd62dca4d0a2ad5603af69528ced04.tar.bz2 otp-debce2eaa6bd62dca4d0a2ad5603af69528ced04.zip |
stdlib: Remove the deprecated regexp module
Diffstat (limited to 'lib/stdlib/src/Makefile')
-rw-r--r-- | lib/stdlib/src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/stdlib/src/Makefile b/lib/stdlib/src/Makefile index 600303d7e1..9ce1f6f5c8 100644 --- a/lib/stdlib/src/Makefile +++ b/lib/stdlib/src/Makefile @@ -105,7 +105,6 @@ MODULES= \ qlc_pt \ queue \ random \ - regexp \ sets \ shell \ shell_default \ |