Skip to content

Commit

Permalink
Unused local removed
Browse files Browse the repository at this point in the history
Removed ecpu from vk conformance test as not used
  • Loading branch information
DeanoC committed Aug 1, 2016
1 parent 2dcabe9 commit c17aa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTest/radeon_rays_conformance_test_vk.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ TEST_F(ApiConformanceVK, CornellBox_10000RaysRandom_ClosestHit_Events_Bruteforce
ray* r_cpu = nullptr;
ray* r_gpu = nullptr;

Event* egpu, *ecpu;
Event* egpu;
EXPECT_NO_THROW(apigpu_->MapBuffer(ray_buffer_gpu, kMapWrite, 0, kNumRays * sizeof(ray), (void**)&r_gpu, &egpu));
egpu->Wait(); apigpu_->DeleteEvent(egpu);

Expand Down

0 comments on commit c17aa1a

Please sign in to comment.