summaryrefslogtreecommitdiff
path: root/gralloc4/src/core/mali_gralloc_reference.cpp
diff options
context:
space:
mode:
authorAnkit Goyal <layog@google.com>2022-03-16 10:53:48 -0700
committerSiddharth Kapoor <ksiddharth@google.com>2022-03-24 07:11:08 +0000
commit757551b6b4d168794e818e89fe44090ea087a260 (patch)
tree52fbcb424c9b23e2a5e881a53a7088c6a041e515 /gralloc4/src/core/mali_gralloc_reference.cpp
parent027e0dd73abec1a02178aee3e458d6b66e13b211 (diff)
downloadgchips-757551b6b4d168794e818e89fe44090ea087a260.tar.gz
Remove unused debug files
Bug: 207450311 Test: Boots to home Change-Id: I595f060df7576fdf79951b7163b51ff5a95d080a Merged-In: Ia654cc83561784439a207d65dbee1664285e199d
Diffstat (limited to 'gralloc4/src/core/mali_gralloc_reference.cpp')
-rw-r--r--gralloc4/src/core/mali_gralloc_reference.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gralloc4/src/core/mali_gralloc_reference.cpp b/gralloc4/src/core/mali_gralloc_reference.cpp
index 880f838..67dd4f9 100644
--- a/gralloc4/src/core/mali_gralloc_reference.cpp
+++ b/gralloc4/src/core/mali_gralloc_reference.cpp
@@ -22,7 +22,6 @@
#include "allocator/mali_gralloc_ion.h"
#include "allocator/mali_gralloc_shared_memory.h"
#include "mali_gralloc_bufferallocation.h"
-#include "mali_gralloc_debug.h"
#include "mali_gralloc_reference.h"
#include "mali_gralloc_usages.h"
@@ -114,7 +113,6 @@ int mali_gralloc_reference_release(buffer_handle_t handle, bool canFree)
if (hnd->ref_count == 0 && canFree)
{
- mali_gralloc_dump_buffer_erase(hnd);
mali_gralloc_buffer_free(handle);
}
}