OSDN Git Service

attrib: Remove unnecessary NULL checks on dec_find_by_type_req()
authorAnderson Lizardo <anderson.lizardo@openbossa.org>
Sat, 11 Jan 2014 04:47:23 +0000 (00:47 -0400)
committerJohan Hedberg <johan.hedberg@intel.com>
Sat, 11 Jan 2014 16:56:03 +0000 (18:56 +0200)
commita8b353da809098f91c3e9d62a9563e748ddb07aa
treee7f5b02a8809de08477232b4ae44c6bbd88e2a7a
parentef97296c20ea305b3214323487c42e727ce7aead
attrib: Remove unnecessary NULL checks on dec_find_by_type_req()

Just assume that the caller will pass non-NULL pointers as arguments
(which is true for the only current caller of this function).
attrib/att.c