Kill stray timing

release/4.3a0
dellaert 2015-06-21 13:18:28 -07:00
parent 000f807eda
commit b95bc712f4
1 changed files with 0 additions and 2 deletions

View File

@ -102,8 +102,6 @@ struct ConstructorTraversalData {
const size_t nrChildren = node->children.size(); const size_t nrChildren = node->children.size();
assert(childConditionals.size() == nrChildren); assert(childConditionals.size() == nrChildren);
gttic(merge_children);
// decide which children to merge, as index into children // decide which children to merge, as index into children
std::vector<bool> merge(nrChildren, false); std::vector<bool> merge(nrChildren, false);
size_t myNrFrontals = 1; size_t myNrFrontals = 1;