From 9ee7e3bdc16dc3ebe9858984a8844e05515ed6fd Mon Sep 17 00:00:00 2001 From: Michael Buckley Date: Mon, 2 Dec 2019 13:16:05 -0500 Subject: [PATCH] Fix dead function --- apex-source-control | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apex-source-control b/apex-source-control index 51ecad9..64732e4 100755 --- a/apex-source-control +++ b/apex-source-control @@ -342,9 +342,6 @@ cat ./config/asc.conf echo "If any of the data looks wrong you can simply edit the file yourself at ./config/$(readlink ./config/asc.conf)" } -function set_substitution { -} - function main { case "${1}" in 'test') @@ -371,8 +368,6 @@ case "${1}" in 'uninstall-apex') uninstall_apex ;; - set-substitution) - set_substitution *) echo "apex-source-control: bad command" ;;