From 370b720eb65f976d7a7e2b95b6a9f0b9ccae86d3 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 22 Jan 2016 14:00:34 -0500 Subject: 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}" -- cgit v1.2.3-65-gdbad