Skip to content

Commit 3c51303

Browse files
authored
Update ProjMgrRpcServerData.cpp
Remove redudant line
1 parent 6dfeac9 commit 3c51303

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/projmgr/src/ProjMgrRpcServerData.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ RpcArgs::Device RpcDataCollector::FromRteDevice( RteDevice* rteDevice, bool bInc
163163
d.pack = rteDevice->GetPackageID();
164164
if(bIncludeProperties) {
165165
string description;
166-
auto descr = rteDevice->GetAllEffectiveProperties("description");
167166
for(auto descr : rteDevice->GetAllEffectiveProperties("description")) {
168167
description += descr->GetText() + "\n";
169168
}

0 commit comments

Comments
 (0)