diff --git a/src/gallium/drivers/freedreno/a5xx/fd5_context.h b/src/gallium/drivers/freedreno/a5xx/fd5_context.h index f6de6ca2ae6..f4d885b40f7 100644 --- a/src/gallium/drivers/freedreno/a5xx/fd5_context.h +++ b/src/gallium/drivers/freedreno/a5xx/fd5_context.h @@ -42,10 +42,6 @@ struct fd5_context { /* This only needs to be 4 * num_of_pipes bytes (ie. 32 bytes). We * could combine it with another allocation. - * - * (upper area used as scratch bo.. see fd5_query) - * - * XXX remove if unneeded after binning r/e.. */ struct fd_bo *vsc_size_mem;