diff options
Diffstat (limited to 'compiler/profiling/CostCentre.hs')
-rw-r--r-- | compiler/profiling/CostCentre.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/profiling/CostCentre.hs b/compiler/profiling/CostCentre.hs index d1452ad576..f89654dc00 100644 --- a/compiler/profiling/CostCentre.hs +++ b/compiler/profiling/CostCentre.hs @@ -182,7 +182,6 @@ data CostCentreStack -- code for a module. type CollectedCCs = ( [CostCentre] -- local cost-centres that need to be decl'd - , [CostCentre] -- "extern" cost-centres , [CostCentreStack] -- pre-defined "singleton" cost centre stacks ) |