Skip to content

Commit

Permalink
Assembly: Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer authored and chennes committed Jul 24, 2024
1 parent 703c349 commit 5084e6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Assembly/App/BomObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ void BomObject::addObjectChildrenToBom(std::vector<App::DocumentObject*> objs,
size_t& row,
std::string index)
{
int nameColIndex = getColumnIndex("Name");
int quantityColIndex = getColumnIndex("Quantity");
bool hasQuantityCol = hasQuantityColumn();

Expand Down

0 comments on commit 5084e6c

Please sign in to comment.