list_is_valid(): Remove '#if 1' block around the function body
authorFabian Keil <fk@fabiankeil.de>
Thu, 4 Feb 2021 18:05:35 +0000 (19:05 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sun, 21 Feb 2021 15:09:20 +0000 (16:09 +0100)
commit10c420ef62525822f110df4a2fc768584534c83b
treecec930681ad90e848567f3a86543e3a130d9c277
parent7e8f2008aeac65a399ae0f64d4da64c82cd5a7f5
list_is_valid(): Remove '#if 1' block around the function body

The function can be disabled by compiling with NDEBUG now.
list.c