mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
st/mesa: remove unused variables to fix compile warnings
This commit is contained in:
parent
cb72ec5fc5
commit
810d2e167c
1 changed files with 0 additions and 1 deletions
|
|
@ -1169,7 +1169,6 @@ st_translate_mesa_program(
|
|||
* inconsistency, we insert a U2F.
|
||||
*/
|
||||
struct st_context *st = st_context(ctx);
|
||||
struct pipe_screen *pscreen = st->pipe->screen;
|
||||
assert(procType == TGSI_PROCESSOR_VERTEX);
|
||||
assert(pscreen->get_shader_param(pscreen, PIPE_SHADER_VERTEX, PIPE_SHADER_CAP_INTEGERS));
|
||||
if (!ctx->Const.NativeIntegers) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue