diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-08-01 08:10:03 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-08-01 16:23:03 -0700 |
commit | b40ba2db6c81021f83465a4ac32922a064cc91b2 (patch) | |
tree | b3602a4c2a4db55a1531ef9ce1d29985cf0735cc /src/gallium/drivers/panfrost/pan_context.h | |
parent | ff345d4a01a8a004687cd150315cb7d1be67645f (diff) |
panfrost: Remove unused argument
A relic from when we didn't have an online compiler, hah.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_context.h')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/pan_context.h b/src/gallium/drivers/panfrost/pan_context.h index 57f32480e1f..d930f12a537 100644 --- a/src/gallium/drivers/panfrost/pan_context.h +++ b/src/gallium/drivers/panfrost/pan_context.h @@ -314,7 +314,6 @@ panfrost_shader_compile( struct mali_shader_meta *meta, enum pipe_shader_ir ir_type, const void *ir, - const char *src, gl_shader_stage stage, struct panfrost_shader_state *state); |