diff options
author | Andrii Simiklit <[email protected]> | 2019-01-09 15:39:45 +0200 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2019-01-09 12:29:12 -0600 |
commit | 0206ffc28db1c12a62c96384760c38f21ec1b420 (patch) | |
tree | d5ddcd88f8bf5bcd9919f6afcfff04c140b4e373 /src/intel/compiler/brw_fs.h | |
parent | d2c170eb355a912586cb982858faac2fc85c4783 (diff) |
anv/pipeline: remove unnecessary null-pointer check
Looks like it is impossible that 'last' variable is a null
because at least the get_vs_prog_data shouldn't return a null pointer.
So this check is unnecessary starts from commit:
99d497c5b691 "anv/pipeline: Replace get_fs_input_map with ..."
This small issue is found by cppcheck.
Signed-off-by: Andrii Simiklit <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_fs.h')
0 files changed, 0 insertions, 0 deletions