Sketcher: Remove unused variables (#21504)

removed unused variables
This commit is contained in:
mosfet80
2025-05-25 00:19:46 +02:00
committed by GitHub
parent d68d5940bf
commit 68aaa50100
2 changed files with 1 additions and 2 deletions

View File

@@ -1368,7 +1368,6 @@ void PropertySheet::addDependencies(CellAddress key)
for (auto& var : expression->getIdentifiers()) {
for (auto& dep : var.first.getDep(true)) {
App::DocumentObject* docObj = dep.first;
App::Document* doc = docObj->getDocument();
std::string docObjName = docObj->getFullName();