From b9bde4a4beb369fe6fe4a7c9aa4bcefdc97be03f Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Tue, 6 Dec 2016 10:19:03 +0530 Subject: [PATCH] Remove redundant variable g_malloc_heap_size Change-Id: Idaf47be70488f0deb3eab05a86d9c5a413d3fff7 [ROCm/clr commit: b8413a69c8790c01075344d729c3e79adba8c026] --- projects/clr/hipamd/src/device_util.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/clr/hipamd/src/device_util.cpp b/projects/clr/hipamd/src/device_util.cpp index 19a23e419b..7b881751ae 100644 --- a/projects/clr/hipamd/src/device_util.cpp +++ b/projects/clr/hipamd/src/device_util.cpp @@ -34,8 +34,6 @@ THE SOFTWARE. This is the best place to put them because the device global variables need to be initialized at the start. */ -size_t g_malloc_heap_size = SIZE_OF_HEAP; - __attribute__((address_space(1))) char gpuHeap[SIZE_OF_HEAP]; __attribute__((address_space(1))) uint32_t gpuFlags[NUM_PAGES];