Skip to content

Commit

Permalink
added hyperv wmi technique
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Dec 26, 2023
1 parent 75b4d9e commit 9f252a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/vmaware.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3647,9 +3647,6 @@ struct VM {
return false;
}

return false; // TEMPORARY

/*
#if (!MSVC)
return false;
#else
Expand Down Expand Up @@ -3786,7 +3783,6 @@ struct VM {

return is_vm;
#endif
*/
} catch (...) {
#ifdef __VMAWARE_DEBUG__
debug("HYPERV_WMI: ", "catched error, returned false");
Expand Down

0 comments on commit 9f252a3

Please sign in to comment.