From fb352dcd5363700efafe841f25502b845d9cec22 Mon Sep 17 00:00:00 2001 From: Jesse Yurkovich Date: Thu, 18 Sep 2025 01:20:46 +0200 Subject: [PATCH] Cleanup: IO: Remove unused local variable Pull Request: https://projects.blender.org/blender/blender/pulls/146423 --- source/blender/io/common/intern/abstract_hierarchy_iterator.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/io/common/intern/abstract_hierarchy_iterator.cc b/source/blender/io/common/intern/abstract_hierarchy_iterator.cc index b4694eba404..0d9ab9123a2 100644 --- a/source/blender/io/common/intern/abstract_hierarchy_iterator.cc +++ b/source/blender/io/common/intern/abstract_hierarchy_iterator.cc @@ -320,7 +320,6 @@ void AbstractHierarchyIterator::export_graph_construct() DupliParentFinder dupli_parent_finder; for (const DupliObject &dupli_object : duplilist) { - PersistentID persistent_id(&dupli_object); if (!should_visit_dupli_object(&dupli_object)) { continue; }