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);