Skip to content

Commit

Permalink
Remove stale ASSERTV comment
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mattmacy authored and behlendorf committed Dec 6, 2019
1 parent f95704c commit 1f65475
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/os/linux/spl/sys/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1f65475

Please sign in to comment.