summaryrefslogtreecommitdiffstats
path: root/tools/profiler/core/PowerCounters-linux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/profiler/core/PowerCounters-linux.cpp')
-rw-r--r--tools/profiler/core/PowerCounters-linux.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/profiler/core/PowerCounters-linux.cpp b/tools/profiler/core/PowerCounters-linux.cpp
index 006cea4867..a28171a6e2 100644
--- a/tools/profiler/core/PowerCounters-linux.cpp
+++ b/tools/profiler/core/PowerCounters-linux.cpp
@@ -276,12 +276,3 @@ PowerCounters::PowerCounters() {
}
}
}
-
-PowerCounters::~PowerCounters() {
- for (auto* raplEvent : mCounters) {
- delete raplEvent;
- }
- mCounters.clear();
-}
-
-void PowerCounters::Sample() {}