[trivial patch] remove superflous #ifdef

2022-12-31 Thread Crystal Kolipe
The KASSERT macro is a NOP unless DIAGNOSTIC is defined, so it doesn't need to be in an #ifdef here: --- dev/wscons/wsemul_vt100.c.dist Mon May 25 06:55:49 2020 +++ dev/wscons/wsemul_vt100.c Sat Dec 31 20:37:14 2022 @@ -204,9 +204,7 @@ if (console) { edp = &wsemul_

Re: [trivial patch] remove superflous #ifdef

2022-12-31 Thread Philip Guenther
On Sat, Dec 31, 2022 at 3:41 PM Crystal Kolipe wrote: > The KASSERT macro is a NOP unless DIAGNOSTIC is defined, so it doesn't > need to > be in an #ifdef here: > ok guenther@ Note: you should hold this diff until 2023 in Calgary and then commit, so you can start 2023 with a perfect "negative l