aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/stdlib/ebin/stdlib.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-03-28 15:08:30 +0100
committerLoïc Hoguin <[email protected]>2014-04-26 00:05:44 +0200
commit0e38f3d443842728be24e4cbd1608dcaa3a41bdb (patch)
tree8e33353c94973fd032545230ee92793dafe420ff /bootstrap/lib/stdlib/ebin/stdlib.app
parent07b8f441ca711f9812fad9e9115bab3c3aa92f79 (diff)
downloadotp-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 'bootstrap/lib/stdlib/ebin/stdlib.app')
-rw-r--r--bootstrap/lib/stdlib/ebin/stdlib.app1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap/lib/stdlib/ebin/stdlib.app b/bootstrap/lib/stdlib/ebin/stdlib.app
index 1d255fb2c8..8b349c8122 100644
--- a/bootstrap/lib/stdlib/ebin/stdlib.app
+++ b/bootstrap/lib/stdlib/ebin/stdlib.app
@@ -77,7 +77,6 @@
orddict,
ordsets,
otp_internal,
- pg,
pool,
proc_lib,
proplists,