chore(xo-server): remove unused Xapi#exportVdi

This commit is contained in:
Julien Fontanet 2018-02-21 17:32:30 +01:00
parent 51da4a7e70
commit 8a010f62fd

View File

@ -1875,15 +1875,6 @@ export default class Xapi extends XapiBase {
}) })
} }
// Returns a stream to the exported VDI.
exportVdi (vdiId, { baseId, format } = {}) {
return this._exportVdi(
this.getObject(vdiId),
baseId && this.getObject(baseId),
format
)
}
// ----------------------------------------------------------------- // -----------------------------------------------------------------
async _importVdiContent (vdi, body, format = VDI_FORMAT_VHD) { async _importVdiContent (vdi, body, format = VDI_FORMAT_VHD) {