Remove redundant variable g_malloc_heap_size

Change-Id: Idaf47be70488f0deb3eab05a86d9c5a413d3fff7


[ROCm/hip commit: 6d5145eba4]
Этот коммит содержится в:
Maneesh Gupta
2016-12-06 10:19:03 +05:30
родитель 569dfe1526
Коммит 55aa1d85d9
-2
Просмотреть файл
@@ -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];