Skip to content

Commit

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

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

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

0 comments on commit 75b4d9e

Please sign in to comment.