From: Ralph Corderoy Date: Thu, 25 May 2017 13:36:59 +0000 (+0100) Subject: uip/comp.c: Delete single-use NULLMP macro. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/b6b49a66819bb5fa8246467208d429b670d11a4b?hp=b6b49a66819bb5fa8246467208d429b670d11a4b uip/comp.c: Delete single-use NULLMP macro. 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. ---