Update hipMemPrefetchAsyncExtTsts.cc

Removed unused variables
This commit is contained in:
Maneesh Gupta
2021-10-06 18:17:08 +05:30
committed by GitHub
parent 211b191be9
commit 19b7b746d0
@@ -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);