diff options
Diffstat (limited to 'src/cmd')
-rw-r--r-- | src/cmd/copy-suite.sh | 2 | ||||
-rw-r--r-- | src/cmd/include.sh | 2 | ||||
-rw-r--r-- | src/cmd/process-incoming.sh | 4 | ||||
-rw-r--r-- | src/cmd/remove-suite.sh | 2 | ||||
-rw-r--r-- | src/cmd/remove.sh | 2 |
5 files changed, 0 insertions, 12 deletions
diff --git a/src/cmd/copy-suite.sh b/src/cmd/copy-suite.sh index 987fb45..d17a9d4 100644 --- a/src/cmd/copy-suite.sh +++ b/src/cmd/copy-suite.sh @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -use suite - cmd_copy_suite_main() { local src_suite="${1}" diff --git a/src/cmd/include.sh b/src/cmd/include.sh index 4d279af..aa8fd30 100644 --- a/src/cmd/include.sh +++ b/src/cmd/include.sh @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -use include - cmd_include_main() { local changes= diff --git a/src/cmd/process-incoming.sh b/src/cmd/process-incoming.sh index 1eb52ae..6f07547 100644 --- a/src/cmd/process-incoming.sh +++ b/src/cmd/process-incoming.sh @@ -17,10 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -use locale -use output -use include - cmd_process_incoming_main() { local changes= diff --git a/src/cmd/remove-suite.sh b/src/cmd/remove-suite.sh index 5fc24ae..394b7fd 100644 --- a/src/cmd/remove-suite.sh +++ b/src/cmd/remove-suite.sh @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -use suite - cmd_remove_suite_main() { local suite="${1}" diff --git a/src/cmd/remove.sh b/src/cmd/remove.sh index 30dffa6..26660b6 100644 --- a/src/cmd/remove.sh +++ b/src/cmd/remove.sh @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -use remove - cmd_remove_main() { local suite="${1}" |