mirror of
git://erdgeist.org/opentracker
synced 2025-03-31 18:42:56 +08: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;
|
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 {
|
struct ot_workstruct {
|
||||||
/* Thread specific, static */
|
/* Thread specific, static */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user