panfrost: Remove deadcode
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 19 May 2020 21:12:13 +0000 (17:12 -0400)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 21 May 2020 18:43:32 +0000 (14:43 -0400)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5124>

src/gallium/drivers/panfrost/pan_screen.c

index 5024a19f2434efcb0a34ed74c63f40c61496ed23..c2cb73b076b5552d622e57ff6b9f738131e27360 100644 (file)
@@ -157,8 +157,6 @@ panfrost_get_param(struct pipe_screen *screen, enum pipe_cap param)
         case PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT:
                 return 16;
 
-                return is_deqp;
-
         case PIPE_CAP_TEXTURE_MULTISAMPLE:
                 return is_gles3;