From 8143a1dde0bc5a862baad7947f2b557a5afa1c8b 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 commit: 15306667ed4fce3e1be039629c316302312810a5] --- .../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);