diff options
author | Loïc Hoguin <[email protected]> | 2014-03-28 15:08:30 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-04-26 00:05:44 +0200 |
commit | 0e38f3d443842728be24e4cbd1608dcaa3a41bdb (patch) | |
tree | 8e33353c94973fd032545230ee92793dafe420ff /lib/stdlib/doc/src/specs.xml | |
parent | 07b8f441ca711f9812fad9e9115bab3c3aa92f79 (diff) | |
download | otp-0e38f3d443842728be24e4cbd1608dcaa3a41bdb.tar.gz otp-0e38f3d443842728be24e4cbd1608dcaa3a41bdb.tar.bz2 otp-0e38f3d443842728be24e4cbd1608dcaa3a41bdb.zip |
Remove the pg module and related documentation
This module has been marked experimental for more than 15 years,
and has largely been superseded by the pg2 module from the kernel
application. The original pg also has no tests and has not been
updated in the last 15 years other than small maintenance edits
(like adding specs or replacing pid/1 by is_pid/1). It is pretty
unlikely that anyone uses it today and its presence is simply
confusing as people should be using pg2 anyway.
Diffstat (limited to 'lib/stdlib/doc/src/specs.xml')
-rw-r--r-- | lib/stdlib/doc/src/specs.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/specs.xml b/lib/stdlib/doc/src/specs.xml index 60a04ed5e7..fd77b52da6 100644 --- a/lib/stdlib/doc/src/specs.xml +++ b/lib/stdlib/doc/src/specs.xml @@ -39,7 +39,6 @@ <xi:include href="../specs/specs_ms_transform.xml"/> <xi:include href="../specs/specs_orddict.xml"/> <xi:include href="../specs/specs_ordsets.xml"/> - <xi:include href="../specs/specs_pg.xml"/> <xi:include href="../specs/specs_pool.xml"/> <xi:include href="../specs/specs_proc_lib.xml"/> <xi:include href="../specs/specs_proplists.xml"/> |