From: Woochanlee Date: Thu, 29 Jul 2021 13:06:59 +0000 (+0900) Subject: libaurum: Delete useless node update(refresh) X-Git-Tag: submit/tizen/20210811.053854~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e18ff8660d2a0eadbe7b8f236ccd414c4adac81b;p=platform%2Fcore%2Fuifw%2Faurum.git libaurum: Delete useless node update(refresh) It updated when it created. It fixes duplicated node update. Change-Id: I072464e8516c919198bb68445f0ce0360b48ddaa --- diff --git a/libaurum/src/Comparer.cc b/libaurum/src/Comparer.cc index 1aee954..e12223e 100644 --- a/libaurum/src/Comparer.cc +++ b/libaurum/src/Comparer.cc @@ -55,7 +55,6 @@ std::vector> Comparer::findObjects( { std::vector> ret; - root->refresh(); for (auto &match : partialMatches) match->update(root, index, depth, partialMatches);