panfrost: Remove useless comment
[mesa.git] / src / gallium / drivers / panfrost / pan_context.c
index f3f1aa5536215321e3057be469ba6d80ae8e5612..1700070f0d540045d5d984cee87fdaf43b7e0182 100644 (file)
@@ -332,9 +332,6 @@ panfrost_draw_vbo(
 
         panfrost_statistics_record(ctx, info);
 
-        /* Dispatch "compute jobs" for the vertex/tiler pair as (1,
-         * vertex_count, 1) */
-
         panfrost_pack_work_groups_fused(&vertex_prefix, &tiler_prefix,
                                         1, vertex_count, info->instance_count,
                                         1, 1, 1);