From 5a1d19e9459404b2a2a036e0dd66f6e16a1406e4 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Wed, 6 Apr 2022 16:17:00 -0700 Subject: [PATCH] tgsi/transform: Drop a stale comment. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This method returns void. Reviewed-by: Mihai Preda Reviewed-by: Marek Olšák Part-of: --- src/gallium/auxiliary/tgsi/tgsi_transform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_transform.h b/src/gallium/auxiliary/tgsi/tgsi_transform.h index 3b252c6d895..fc7a5877e71 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_transform.h +++ b/src/gallium/auxiliary/tgsi/tgsi_transform.h @@ -65,7 +65,7 @@ struct tgsi_transform_context /** * Called at end of input program to allow caller to append extra - * instructions. Return number of tokens emitted. + * instructions. */ void (*epilog)(struct tgsi_transform_context *ctx);