Remove stale ASSERTV comment
Followup for #9671, remove stale comment. Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Reviewed-by: Jorgen Lundman <lundman@lundman.net> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Matt Macy <mmacy@FreeBSD.org> Issue #9671 Closes #9682
This commit is contained in:
parent
f95704ca5e
commit
1f654753ba
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue