mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:36:30 +02:00
remove a bad comment
This commit is contained in:
parent
b548567744
commit
63d41d85de
1 changed files with 0 additions and 1 deletions
|
@ -569,7 +569,6 @@ int DomainServer::run() {
|
||||||
bool foundMatchingAssignment = false;
|
bool foundMatchingAssignment = false;
|
||||||
|
|
||||||
// enumerate the nodes and check if there is one with an attached assignment with matching UUID
|
// enumerate the nodes and check if there is one with an attached assignment with matching UUID
|
||||||
// if the node has sent no types of interest, assume they want nothing but their own ID back
|
|
||||||
for (NodeList::iterator node = nodeList->begin(); node != nodeList->end(); node++) {
|
for (NodeList::iterator node = nodeList->begin(); node != nodeList->end(); node++) {
|
||||||
if (node->getLinkedData()) {
|
if (node->getLinkedData()) {
|
||||||
Assignment* linkedAssignment = (Assignment*) node->getLinkedData();
|
Assignment* linkedAssignment = (Assignment*) node->getLinkedData();
|
||||||
|
|
Loading…
Reference in a new issue