Remove unused function in platform.js

This commit is contained in:
Johannes Zellner
2016-06-08 15:06:03 +02:00
parent 4304f20fe0
commit 385bf3561b

View File

@@ -68,11 +68,6 @@ function removeOldImages(callback) {
callback();
}
function removeImagesSync() {
debug('removing existing images');
shell.execSync('removeImagesSync', 'docker images -q | xargs --no-run-if-empty docker rmi -f');
}
function stopContainers(callback) {
// TODO: be nice and stop addons cleanly (example, shutdown commands)
debug('stopping existing containers');