Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit bebdedc

Browse files
committed
remove redundant code
1 parent 6998f5c commit bebdedc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CodeXL/Components/GpuProfiling/AMDTGpuProfiling/gpTraceSummaryTable.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ class PercentageItem : public QTableWidgetItem
367367
{
368368
QString valStr = QString::number(value.toDouble());
369369
valStr.append(PERCENTAGE_SYMBOL);
370-
m_text = valStr;
371370
QTableWidgetItem::setData(role, valStr);
372371
}
373372
else

0 commit comments

Comments
 (0)