nir/print: Don't print shared_size twice

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27318>
This commit is contained in:
Konstantin Seurer
2024-01-27 12:48:08 +01:00
committed by Marge Bot
parent 0ab3b3c641
commit 449e44d6d3
-1
View File
@@ -2401,7 +2401,6 @@ print_shader_info(const struct shader_info *info, FILE *fp)
info->workgroup_size[1],
info->workgroup_size[2],
info->workgroup_size_variable ? " (variable)" : "");
fprintf(fp, "shared-size: %u\n", info->shared_size);
}
fprintf(fp, "stage: %d\n"