]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
vm_assert.h: Remove unused PANIC_BUG
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 11 Sep 2020 19:11:03 +0000 (12:11 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 11 Sep 2020 19:11:03 +0000 (12:11 -0700)
open-vm-tools/lib/include/vm_assert.h

index a3e7a93bc7ed2c228041c71489b9249c34775484..9995deaa8c61c4403c7c33b9e5f3447040574ffb 100644 (file)
@@ -200,7 +200,6 @@ void WarningThrottled(uint32 *count, const char *fmt, ...) PRINTF_DECL(2, 3);
            ASSERT_IFNOT(cond, _ASSERT_PANIC_BUG_NORETURN(bug, AssertVerify))
 
 #define PANIC()        _ASSERT_PANIC(AssertPanic)
-#define PANIC_BUG(bug) _ASSERT_PANIC_BUG(bug, AssertPanic)
 
 #define ASSERT_NOT_IMPLEMENTED(cond) \
            ASSERT_IFNOT(cond, NOT_IMPLEMENTED())