summaryrefslogtreecommitdiff
path: root/open-vm-tools/lib/include/vm_assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/lib/include/vm_assert.h')
-rw-r--r--open-vm-tools/lib/include/vm_assert.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/open-vm-tools/lib/include/vm_assert.h b/open-vm-tools/lib/include/vm_assert.h
index 619050a0..be8c6d42 100644
--- a/open-vm-tools/lib/include/vm_assert.h
+++ b/open-vm-tools/lib/include/vm_assert.h
@@ -315,9 +315,6 @@ do { \
#undef ASSERT_BUG_DEBUGONLY
#define ASSERT_BUG_DEBUGONLY(bug, cond) ((void) 0)
-#undef ASSERT_LENGTH
-#define ASSERT_LENGTH(real, expected) ((void) 0)
-
/*
* Expand NOT_REACHED() as appropriate for each situation.
*
@@ -400,8 +397,8 @@ do { \
*/
#define MY_ASSERTS(name, assertions) \
- static INLINE void name(void) { \
- assertions \
+ static INLINE void name(void) { \
+ assertions \
}
#ifdef __cplusplus