]> git.ozlabs.org Git - ccan/commitdiff
agar: Remove unnecessary NULL check
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 4 Apr 2017 13:46:44 +0000 (23:46 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 5 Apr 2017 12:05:22 +0000 (22:05 +1000)
At this point the construction of the function above means that nn cannot
be NULL.

Found by Coverity Scan.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>

No differences found