We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507995b commit dd6d20eCopy full SHA for dd6d20e
tools/projmgr/src/ProjMgrWorker.cpp
@@ -2221,7 +2221,6 @@ bool ProjMgrWorker::ProcessComponentFiles(ContextItem& context) {
2221
context.apis[apiId].first = api;
2222
context.apis[apiId].second.push_back(componentId);
2223
if (context.apis[apiId].second.size() == 1) {
2224
- const auto& apiId = api->ConstructComponentID(true);
2225
const auto& apiFiles = api->GetFileContainer() ? api->GetFileContainer()->GetChildren() : Collection<RteItem*>();
2226
for (const auto& apiFile : apiFiles) {
2227
const auto& attr = apiFile->GetAttribute("attr");
0 commit comments