]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Thu, 27 Oct 2011 18:25:17 +0000 (11:25 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 27 Oct 2011 18:25:17 +0000 (11:25 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/vm_basic_types.h

index ba44c4a010a2a467e19a2bd57229c14c2d0a1043..f871d474f59f24738056f04fad4730ae6911cce1 100644 (file)
@@ -447,7 +447,6 @@ typedef uint8 *TCA;  /* Pointer into TC (usually). */
  */
 typedef uint8 Percent;
 #define AsPercent(v)   ((Percent)(v))
-#define CHOOSE_PERCENT  AsPercent(101)
 
 
 typedef uintptr_t VA;