forked from qt-creator/qt-creator
valgrind: Remove dead code
Change-Id: If2a8b49e0710ba7620ef0fc99713858b0e4b1310 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -44,18 +44,6 @@
|
||||
namespace Valgrind {
|
||||
namespace Callgrind {
|
||||
|
||||
//BEGIN Helper
|
||||
|
||||
namespace {
|
||||
// minimum amount of columns, i.e.:
|
||||
// function name
|
||||
// file name
|
||||
// object name
|
||||
// num called
|
||||
// Additional to this, 2 * ParseData::events().size will be shown (inclusive + self cost)
|
||||
const int MinColumnSize = 4;
|
||||
}
|
||||
|
||||
//BEGIN DataModel::Private
|
||||
|
||||
class DataModel::Private
|
||||
|
||||
Reference in New Issue
Block a user