Update hipMemPrefetchAsyncExtTsts.cc

Removed unused variables

[ROCm/hip-tests commit: 19b7b746d0]
This commit is contained in:
Maneesh Gupta
2021-10-06 18:17:08 +05:30
committed by GitHub
parent f56d008ec8
commit 33430c23bb
@@ -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);