From: VMware, Inc <> Date: Tue, 17 Nov 2009 21:30:53 +0000 (-0800) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2009.11.16-210370~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11744dbb2626db36cc64def9876dd714ebcbd5f3;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/vm_basic_defs.h b/open-vm-tools/lib/include/vm_basic_defs.h index 14c63c659..d4c5aa49c 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -565,14 +565,6 @@ typedef int pid_t; #define LOG_ONLY(x) #endif -#ifdef VMX86_VMM_SERIAL_LOGGING -#define vmx86_vmm_serial_log 1 -#define VMM_SERIAL_LOG_ONLY(x) x -#else -#define vmx86_vmm_serial_log 0 -#define VMM_SERIAL_LOG_ONLY(x) -#endif - #ifdef VMX86_SERVER #define vmx86_server 1 #define SERVER_ONLY(x) x