]> diplodocus.org Git - nmh/commitdiff
uip/comp.c: Delete single-use NULLMP macro.
authorRalph Corderoy <ralph@inputplus.co.uk>
Thu, 25 May 2017 13:36:59 +0000 (14:36 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Thu, 25 May 2017 15:35:14 +0000 (16:35 +0100)
It just cast 0 to a pointer to struct msgs and was used once, as a
function's parameter.  Replace that with NULL since a prototype for the
function is visible.


No differences found