diff options
author | Björn Gustavsson <[email protected]> | 2010-08-10 10:36:14 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-08-11 08:43:06 +0200 |
commit | 12813ffd9eb4168b155001de95a82b7e4caf21c8 (patch) | |
tree | 37631aeb8337f02befb6a6d42f44c9d982f0a49f /erts/emulator/test/Makefile | |
parent | 0d553b45b5c3ae8287340887f271bc70f1f1370c (diff) | |
download | otp-12813ffd9eb4168b155001de95a82b7e4caf21c8.tar.gz otp-12813ffd9eb4168b155001de95a82b7e4caf21c8.tar.bz2 otp-12813ffd9eb4168b155001de95a82b7e4caf21c8.zip |
Remove obsolete/driver.h and the associated functionality
The obsolete/driver.h header file has been obsolete
since R8B.
Remove that file, along with obsolete thread APIs for
drivers in the emulator and the test cases.
Diffstat (limited to 'erts/emulator/test/Makefile')
-rw-r--r-- | erts/emulator/test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile index 5ec17a5e2a..a4c02da626 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -75,7 +75,6 @@ MODULES= \ node_container_SUITE \ nofrag_SUITE \ num_bif_SUITE \ - obsolete_SUITE \ op_SUITE \ port_SUITE \ port_bif_SUITE \ |