Module: Mesa Branch: main Commit: 589f365d053de4941ad1608539576d1fcf984488 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=589f365d053de4941ad1608539576d1fcf984488
Author: Alyssa Rosenzweig <[email protected]> Date: Tue Aug 24 16:41:27 2021 -0400 pan/bi: Remove unused clause_start field Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12530> --- src/panfrost/bifrost/disassemble.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panfrost/bifrost/disassemble.c b/src/panfrost/bifrost/disassemble.c index 3fb9c8286da..494c4c73f3b 100644 --- a/src/panfrost/bifrost/disassemble.c +++ b/src/panfrost/bifrost/disassemble.c @@ -71,7 +71,6 @@ struct bifrost_reg_ctrl { bool read_reg0; bool read_reg1; struct bifrost_reg_ctrl_23 slot23; - bool clause_start; }; static void dump_header(FILE *fp, struct bifrost_header header, bool verbose)
