summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-01-22 14:00:34 -0500
committerMichael Orlitzky <mjo@gentoo.org>2016-01-22 14:00:34 -0500
commit370b720eb65f976d7a7e2b95b6a9f0b9ccae86d3 (patch)
treeff9da2cd3147599138aeff1934a01f2ed1fdc852
parentDocument and fix the update functionality. (diff)
downloadeselect-php-370b720eb65f976d7a7e2b95b6a9f0b9ccae86d3.tar.gz
eselect-php-370b720eb65f976d7a7e2b95b6a9f0b9ccae86d3.tar.bz2
eselect-php-370b720eb65f976d7a7e2b95b6a9f0b9ccae86d3.zip
Remove useless describe_cleanup_parameters() and describe_cleanup_options().
-rw-r--r--src/php.eselect.in.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/php.eselect.in.in b/src/php.eselect.in.in
index 4e5e4b7..db7a96f 100644
--- a/src/php.eselect.in.in
+++ b/src/php.eselect.in.in
@@ -603,14 +603,6 @@ describe_cleanup() {
echo "Clean up stale links"
}
-describe_cleanup_parameters() {
- echo
-}
-
-describe_cleanup_options() {
- echo
-}
-
do_cleanup() {
for sapi in $MODULES ; do
cleanup_sapi "${sapi}"