From 505cd5f12b0ee7a5bac353bb53da6e78bc10513d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Tue, 21 Jan 2020 20:17:32 -0500 Subject: [PATCH] gallium/cso_hash: pack cso_node better Reviewed-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/gallium/auxiliary/cso_cache/cso_hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/cso_cache/cso_hash.h b/src/gallium/auxiliary/cso_cache/cso_hash.h index f50d69d47ab..c2343334de8 100644 --- a/src/gallium/auxiliary/cso_cache/cso_hash.h +++ b/src/gallium/auxiliary/cso_cache/cso_hash.h @@ -53,8 +53,8 @@ extern "C" { struct cso_node { struct cso_node *next; - unsigned key; void *value; + unsigned key; }; struct cso_hash_iter { -- 2.30.2