Remove unused function

This commit is contained in:
Jeffrey Morgan 2015-03-04 22:04:22 -05:00
parent 4a4c0628a9
commit 7817f9bf3f
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ var VirtualBox = {
wake: function (name) {
return util.exec([this.command(), 'startvm', name, '--type', 'headless']);
},
poweroff: function (name) {
return util.exec([this.command(), 'controlvm', name, 'poweroff']);
},
vmstate: function (name) {
return new Promise((resolve, reject) => {
util.exec([this.command(), 'showvminfo', name, '--machinereadable']).then(stdout => {