diff options
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_context.h')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/vc4/vc4_context.h b/src/gallium/drivers/vc4/vc4_context.h index 55746ea3b71..85cdf41e427 100644 --- a/src/gallium/drivers/vc4/vc4_context.h +++ b/src/gallium/drivers/vc4/vc4_context.h @@ -123,9 +123,7 @@ struct vc4_context { struct vc4_cl shader_rec; struct vc4_cl uniforms; struct vc4_cl bo_handles; -#ifdef USE_VC4_SIMULATOR struct vc4_cl bo_pointers; -#endif uint32_t shader_rec_count; struct vc4_bo *tile_alloc; |