qemu: remove more dead code
Not sure how I missed this.
This commit is contained in:
@@ -185,10 +185,6 @@ export class QemuVM extends EventEmitter {
|
|||||||
this.emit('statechange', this.state);
|
this.emit('statechange', this.state);
|
||||||
}
|
}
|
||||||
|
|
||||||
private GetQmpPath() {
|
|
||||||
return `${kVmTmpPathBase}/cvmts-${this.definition.id}-mon`;
|
|
||||||
}
|
|
||||||
|
|
||||||
private GetVncPath() {
|
private GetVncPath() {
|
||||||
return `${kVmTmpPathBase}/cvmts-${this.definition.id}-vnc`;
|
return `${kVmTmpPathBase}/cvmts-${this.definition.id}-vnc`;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user