diff options
-rw-r--r-- | src/mesa/state_tracker/st_mesa_to_tgsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.c b/src/mesa/state_tracker/st_mesa_to_tgsi.c index 5f056b9b1e8..92f52671424 100644 --- a/src/mesa/state_tracker/st_mesa_to_tgsi.c +++ b/src/mesa/state_tracker/st_mesa_to_tgsi.c @@ -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) { |