commit: 370b720eb65f976d7a7e2b95b6a9f0b9ccae86d3
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 19:00:34 2016 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 19:00:34 2016 +0000
URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=370b720e
Remove useless describe_cleanup_parameters() and describe_cleanup_options().
src/php.eselect.in.in | 8 --------
1 file changed, 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}"