]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Thu, 12 Aug 2021 19:46:05 +0000 (12:46 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Thu, 12 Aug 2021 19:46:05 +0000 (12:46 -0700)
open-vm-tools/lib/include/vm_basic_defs.h

index 38c8897292aa5574d8127a50cf83503470e750d7..9259c87cb2b00304bfb701f0af5d3763ccac6277 100644 (file)
@@ -729,12 +729,6 @@ typedef int pid_t;
 #define ULM_ONLY(x)
 #endif
 
-#ifdef ULM_ESX_VMX
-#define ulm_esx_vmx 1
-#else
-#define ulm_esx_vmx 0
-#endif
-
 #if defined(VMM) || defined(ULM)
 #define MONITOR_ONLY(x) x
 #else