summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatthew Macy <[email protected]>2019-12-06 09:33:27 -0800
committerBrian Behlendorf <[email protected]>2019-12-06 09:33:27 -0800
commit1f654753bab0afbc282916400917d45081d613fe (patch)
tree49c327f0b29568f24134c85aca20e3591e6d087b /include
parentf95704ca5ef37aac2dc335d878380512a7cf628c (diff)
Remove stale ASSERTV comment
Followup for #9671, remove stale comment. Reviewed-by: Kjeld Schouten <[email protected]> Reviewed-by: Jorgen Lundman <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Matt Macy <[email protected]> Issue #9671 Closes #9682
Diffstat (limited to 'include')
-rw-r--r--include/os/linux/spl/sys/debug.h1
1 files changed, 0 insertions, 1 deletions
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.