]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Fix frobos build error
authorVMware, Inc <>
Mon, 22 Mar 2010 22:08:07 +0000 (15:08 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 22 Mar 2010 22:08:07 +0000 (15:08 -0700)
Oops, forgot to build frobos tests for change 1010036
Add VMCIQPair interface to VMCI.  The ASSERT is nice but
it breaks the build.  I'm removing it for now.

Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/modules/linux/shared/vmci_defs.h

index 41933f66c4d9a0682328b577c51dfc34c1a08423..5220a2792ac206c47cbcc055b1cb2172293533ab 100644 (file)
@@ -685,8 +685,6 @@ static INLINE void
 VMCIQueueHeader_Init(VMCIQueueHeader *qHeader, // IN/OUT:
                      const VMCIHandle handle)  // IN:
 {
-   ASSERT_NOT_IMPLEMENTED(VMCIQueueHeader_CheckAlignment(qHeader));
-
    qHeader->handle = handle;
    VMCIQueueHeader_ResetPointers(qHeader);
 }