mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
isaspec: Remove duplicate return statement.
Fix defect reported by Coverity Scan. Structurally dead code (UNREACHABLE) unreachable: This code cannot be reached: return val;. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Rob Clark <robclark@freedesktop.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14350>
This commit is contained in:
parent
d57b10ab98
commit
21047a4a06
1 changed files with 0 additions and 1 deletions
|
|
@ -647,7 +647,6 @@ isa = s.isa
|
|||
{} /* in case no unconditional field to close out last '} else' */
|
||||
${case_post(root, case.expr)}
|
||||
%endfor
|
||||
return val;
|
||||
"""
|
||||
|
||||
xml = sys.argv[1]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue