Cleanup: IO: Remove unused local variable

Pull Request: https://projects.blender.org/blender/blender/pulls/146423
This commit is contained in:
Jesse Yurkovich
2025-09-18 01:20:46 +02:00
committed by Jesse Yurkovich
parent abd683fcb5
commit fb352dcd53

View File

@@ -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;
}