Skip to content

Commit

Permalink
gpu/d3d12: Remove unreachable code in GetAdapterByLuid
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Jan 24, 2025
1 parent b9ef00a commit 7e57f6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gpu/d3d12/SDL_gpu_d3d12.c
Original file line number Diff line number Diff line change
Expand Up @@ -8573,8 +8573,6 @@ static bool D3D12_INTERNAL_GetAdapterByLuid(LUID luid, IDXGIFactory1 *factory, I
}
IDXGIAdapter1_Release(adapter);
}

return false;
}
#endif /* HAVE_GPU_OPENXR */

Expand Down

0 comments on commit 7e57f6b

Please sign in to comment.