diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-01-22 14:00:34 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-01-22 14:00:34 -0500 |
commit | 370b720eb65f976d7a7e2b95b6a9f0b9ccae86d3 (patch) | |
tree | ff9da2cd3147599138aeff1934a01f2ed1fdc852 | |
parent | Document and fix the update functionality. (diff) | |
download | eselect-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.in | 8 |
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}" |