Fix dead function

This commit is contained in:
Michael Buckley 2019-12-02 13:16:05 -05:00
parent 5cf5804d74
commit 9ee7e3bdc1

View File

@ -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)" 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 { function main {
case "${1}" in case "${1}" in
'test') 'test')
@ -371,8 +368,6 @@ case "${1}" in
'uninstall-apex') 'uninstall-apex')
uninstall_apex uninstall_apex
;; ;;
set-substitution)
set_substitution
*) *)
echo "apex-source-control: bad command" echo "apex-source-control: bad command"
;; ;;