diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-24 16:28:51 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-03-08 22:04:51 +0000 |
commit | 47a145bb4a2aaaa945d43cd53f5a0cc8511fcfdf (patch) | |
tree | e0db65248310e6e3f2b4bb850fc18073408242ce /src/r600_shader.h | |
parent | adf7ca9fca675325757342626f7a31070807ff65 (diff) |
RADEONInit3DEngineInternal: remove unused variable gb_tile_config
Prior to commit 18d5ae3bd9075ac1a2ee21b071ac133e2e634b62
gb_tile_config was used in OUTREG(R300_GB_TILE_CONFIG, gb_tile_config);
but since then it's unused, and is flagged by recent clang versions:
radeon_accel.c:209:14: error: variable 'gb_tile_config' set but not used
[-Werror,-Wunused-but-set-variable]
uint32_t gb_tile_config, vap_cntl;
^
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/merge_requests/19>
Diffstat (limited to 'src/r600_shader.h')
0 files changed, 0 insertions, 0 deletions