diff options
Diffstat (limited to 'gprofng/src/BaseMetricTreeNode.h')
-rw-r--r-- | gprofng/src/BaseMetricTreeNode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gprofng/src/BaseMetricTreeNode.h b/gprofng/src/BaseMetricTreeNode.h index d73d244..7698f9c 100644 --- a/gprofng/src/BaseMetricTreeNode.h +++ b/gprofng/src/BaseMetricTreeNode.h @@ -85,7 +85,6 @@ private: BaseMetricTreeNode *root; // root of tree BaseMetricTreeNode *parent; // my parent - bool aggregation; // value is based on children's values char *name; // bm->get_cmd() for metrics, unique string otherwise char *uname; // user-visible text char *unit; // see UNIT_* defines |