Skip to content

Commit fe418a7

Browse files
author
Requiem
committed
remove: deleted "vmware" checks in ioreg commands for MacOS
1 parent 40e5afb commit fe418a7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/vmaware.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7481,12 +7481,6 @@ struct VM {
74817481
return core::add(brands::VBOX);
74827482
}
74837483

7484-
std::unique_ptr<std::string> sys_vmware = util::sys_result("ioreg -l | grep -i -c -e \"vmware\"");
7485-
7486-
if (std::stoi(*sys_vmware) > 0) {
7487-
return core::add(brands::VMWARE);
7488-
}
7489-
74907484
return false;
74917485
};
74927486

0 commit comments

Comments
 (0)