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 Feb 6, 2025
1 parent 0b74e42 commit 4f3db73
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 @@ -8602,8 +8602,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 4f3db73

Please sign in to comment.