Remove leftover install_heat_other

This was missed when reverting the dummy functions.

Change-Id: If20ae4a1384e3d531889de3558d77cf6c8a0bf90
This commit is contained in:
rabi 2017-01-11 11:27:49 +05:30
parent 3ea4634991
commit 29578fd611
1 changed files with 0 additions and 5 deletions

View File

@ -275,11 +275,6 @@ function install_heat {
fi
}
# dummy function called by stack.sh, remove it once moved to plugin
function install_heat_other {
:
}
# start_heat() - Start running processes, including screen
function start_heat {
run_process h-eng "$HEAT_BIN_DIR/heat-engine --config-file=$HEAT_CONF"