From 1f654753bab0afbc282916400917d45081d613fe Mon Sep 17 00:00:00 2001 From: Matthew Macy Date: Fri, 6 Dec 2019 09:33:27 -0800 Subject: [PATCH] Remove stale ASSERTV comment Followup for #9671, remove stale comment. Reviewed-by: Kjeld Schouten Reviewed-by: Jorgen Lundman Reviewed-by: Brian Behlendorf Signed-off-by: Matt Macy Issue #9671 Closes #9682 --- include/os/linux/spl/sys/debug.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/os/linux/spl/sys/debug.h b/include/os/linux/spl/sys/debug.h index ed085fe8a..e2dbd6804 100644 --- a/include/os/linux/spl/sys/debug.h +++ b/include/os/linux/spl/sys/debug.h @@ -30,7 +30,6 @@ * * PANIC() - Panic the node and print message. * ASSERT() - Assert X is true, if not panic. - * ASSERTV() - Wraps a variable declaration which is only used by ASSERT(). * ASSERT3B() - Assert boolean X OP Y is true, if not panic. * ASSERT3S() - Assert signed X OP Y is true, if not panic. * ASSERT3U() - Assert unsigned X OP Y is true, if not panic.