From 33430c23bbf576c855214cb828e0758875536fe7 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 6 Oct 2021 18:17:08 +0530 Subject: [PATCH] Update hipMemPrefetchAsyncExtTsts.cc Removed unused variables [ROCm/hip-tests commit: 19b7b746d032f7f15bf8f0fd3a0ea52ac7e40b8d] --- .../hip-tests/catch/unit/memory/hipMemPrefetchAsyncExtTsts.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/hip-tests/catch/unit/memory/hipMemPrefetchAsyncExtTsts.cc b/projects/hip-tests/catch/unit/memory/hipMemPrefetchAsyncExtTsts.cc index 1f9924a38b..e34e9ec8d0 100644 --- a/projects/hip-tests/catch/unit/memory/hipMemPrefetchAsyncExtTsts.cc +++ b/projects/hip-tests/catch/unit/memory/hipMemPrefetchAsyncExtTsts.cc @@ -319,7 +319,6 @@ TEST_CASE("Unit_hipMemPrefetchAsyncNegativeTst") { } SECTION("Passing unusual count size(2nd param)") { - int *Ptr; // Passing count size as zero // expectation: Api should return error err = hipMemPrefetchAsync(Hmm, 0, 0, strm);