From cd67e2c280ac0878b2f916005f4ca32c874cd2fe Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 8 Jul 2020 20:57:54 +1000 Subject: [PATCH] nine: remove unused var Reviewed-by: Eric Anholt Part-of: --- src/gallium/frontends/nine/iunknown.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/frontends/nine/iunknown.c b/src/gallium/frontends/nine/iunknown.c index 2d69afd5496..7f63af4c705 100644 --- a/src/gallium/frontends/nine/iunknown.c +++ b/src/gallium/frontends/nine/iunknown.c @@ -190,7 +190,6 @@ NineUnknown_SetPrivateData( struct NineUnknown *This, DWORD SizeOfData, DWORD Flags ) { - enum pipe_error err; struct pheader *header; const void *user_data = pData; char guid_str[64]; -- 2.30.2