diff options
author | Hans Bolinder <[email protected]> | 2016-11-22 15:50:50 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-11-30 12:22:42 +0100 |
commit | 4c8df9e1c898876865f557681371b52baab970e9 (patch) | |
tree | 1e27dc677b7d2425a8f910a33f3fcc7d4229dd1c /lib/stdlib/src/stdlib.app.src | |
parent | 8d489c4bc3929e49a2952913d13226e33d4fd7e2 (diff) | |
download | otp-4c8df9e1c898876865f557681371b52baab970e9.tar.gz otp-4c8df9e1c898876865f557681371b52baab970e9.tar.bz2 otp-4c8df9e1c898876865f557681371b52baab970e9.zip |
stdlib: Remove support for Dets version 8 tables
When at it, types have been added to record fields.
Diffstat (limited to 'lib/stdlib/src/stdlib.app.src')
-rw-r--r-- | lib/stdlib/src/stdlib.app.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/stdlib/src/stdlib.app.src b/lib/stdlib/src/stdlib.app.src index 8cf46482dd..82ab484ea6 100644 --- a/lib/stdlib/src/stdlib.app.src +++ b/lib/stdlib/src/stdlib.app.src @@ -31,7 +31,6 @@ dets_server, dets_sup, dets_utils, - dets_v8, dets_v9, dict, digraph, |