From b0779d696d364cbd81e6f43bbfd3fa42348b6068 Mon Sep 17 00:00:00 2001 From: tabbas651 Date: Wed, 1 Apr 2026 17:33:47 +0000 Subject: [PATCH] RDKEMW-14121 : Added Mediatek Platform support in Memcapture Code Base Reason of Change: removed the reduntant GetGpuMemoryUsageMediatek function to avoid the MTk build compilation error --- MemoryMetric.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/MemoryMetric.h b/MemoryMetric.h index 55ef8a4..8e57a5d 100644 --- a/MemoryMetric.h +++ b/MemoryMetric.h @@ -69,8 +69,6 @@ class MemoryMetric : public IMetric void GetGpuMemoryUsageMediatek(); - void GetGpuMemoryUsageMediatek(); - void GetGpuMemoryUsageRealtek(); pid_t tidToParentPid(pid_t tid);