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

Commit 6998f5c

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

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

CodeXL/Components/GpuProfiling/AMDTGpuProfiling/gpTraceSummaryTable.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -375,13 +375,9 @@ class PercentageItem : public QTableWidgetItem
375375
QTableWidgetItem::setData(role, value);
376376
}
377377
}
378-
QString text()const
379-
{
380-
return m_text;
381-
}
378+
382379
private:
383380
const char PERCENTAGE_SYMBOL[2] = "%";
384-
QString m_text;
385381
};
386382

387383
class FormattedTimeItem : public QTableWidgetItem

0 commit comments

Comments
 (0)