remove an unecessary line

This commit is contained in:
Stephen Birarda 2014-01-31 10:05:46 -08:00
parent a5b0675f24
commit a07511ed2c

View file

@ -624,8 +624,7 @@ SharedNodePointer NodeList::addOrUpdateNode(const QUuid& uuid, char nodeType,
}
}
unsigned NodeList::broadcastToNodes(const QByteArray& packet,
const NodeSet& destinationNodeTypes) {
unsigned NodeList::broadcastToNodes(const QByteArray& packet, const NodeSet& destinationNodeTypes) {
unsigned n = 0;
foreach (const SharedNodePointer& node, getNodeHash()) {