Skip to content

gallium/swr: Remove unreachable code.

Vinson Lee requested to merge vlee/mesa:fix-cid-1457499 into master

pContextMem has already been checked and cannot be NULL.

Fix defect reported by Coverity Scan.

Logically dead code (DEADCODE) dead_error_line: Execution cannot reach this statement: return tsCtx;

Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @jzielins

Merge request reports