chiark / gitweb /
Remove a pointless test of an array for NULL
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 5 May 2026 17:04:59 +0000 (18:04 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 5 May 2026 17:06:48 +0000 (18:06 +0100)
commit55d1203eb142093ff9bae604190d7513a6619370
tree91290339cc919e627c0dd260ebdac75ae9f23ba8
parentb4b9036ebb837f413c56d627ef283815f35e6c74
Remove a pointless test of an array for NULL

Fixes this harmless warning:

  ../src/types.c:459:7: warning: the comparison will always evaluate as 'true' for the address of 'sortlist' will never be NULL [-Waddress]
changelog
src/types.c