diff options
author | Eric Engestrom <[email protected]> | 2018-10-28 18:10:35 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-10-30 18:10:59 +0000 |
commit | 69eb6d58e86d2e0d3c074cc9e608713f3842a6a6 (patch) | |
tree | e5e3cff42d6480eb1b0196a7a501b7e648bb9c79 /src/gallium/drivers | |
parent | 6f9309d5d4943b7cfea8ade3b06170605bc44c96 (diff) |
nouveau: remove unused class member
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.h b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.h index 4136b1ecfeb..e0f50ab0904 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.h +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.h @@ -184,7 +184,6 @@ protected: private: const Target *const targ; - Symbol *gMemBase; LValue *gpEmitAddress; }; |