qemu: remove more dead code

Not sure how I missed this.
This commit is contained in:
modeco80
2024-07-16 07:02:20 -04:00
parent b9b0aa91df
commit cf9f11819e

View File

@@ -185,10 +185,6 @@ export class QemuVM extends EventEmitter {
this.emit('statechange', this.state);
}
private GetQmpPath() {
return `${kVmTmpPathBase}/cvmts-${this.definition.id}-mon`;
}
private GetVncPath() {
return `${kVmTmpPathBase}/cvmts-${this.definition.id}-vnc`;
}