chore(xo-server): remove unused Xapi#exportVdi
This commit is contained in:
parent
51da4a7e70
commit
8a010f62fd
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user