Assembly: Fix compiler warning

This commit is contained in:
wmayer
2024-07-23 17:47:07 +02:00
committed by Chris Hennes
parent cc54e9856f
commit 30aadcab28

View File

@@ -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();