We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b376214 commit de85c7aCopy full SHA for de85c7a
1 file changed
browser/model/hyperv.js
@@ -48,14 +48,6 @@ class HypervInstall extends InstallableItem {
48
return Platform.OS == 'win32' && this.option.detected != undefined;
49
}
50
51
- isDetected() {
52
- if (Platform.getOS() === 'win32') {
53
- return this.hypervstatus || this.hypervstatus === false;
54
- } else {
55
- return false;
56
- }
57
58
-
59
isSkipped() {
60
if (Platform.OS === 'win32') {
61
return super.isSkipped();
0 commit comments