mirror of
git://erdgeist.org/opentracker
synced 2025-02-04 19:16:23 +00:00
Remove superfluous test for == NULL, when variable has been used, anyway
This commit is contained in:
parent
02078aba27
commit
a6fe338040
@ -98,7 +98,7 @@ struct ot_peerlist {
|
||||
*/
|
||||
ot_vector peers;
|
||||
};
|
||||
#define OT_PEERLIST_HASBUCKETS(peer_list) ((peer_list) && ((peer_list)->peers.size > (peer_list)->peers.space))
|
||||
#define OT_PEERLIST_HASBUCKETS(peer_list) ((peer_list)->peers.size > (peer_list)->peers.space)
|
||||
|
||||
struct ot_workstruct {
|
||||
/* Thread specific, static */
|
||||
|
Loading…
x
Reference in New Issue
Block a user