diff options
author | Timothy Arceri <[email protected]> | 2020-07-08 20:57:54 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2020-07-09 12:09:08 +1000 |
commit | cd67e2c280ac0878b2f916005f4ca32c874cd2fe (patch) | |
tree | 207766d695cc8bc59f701609ced37d680ac7f7bf | |
parent | 8f6d66d5094ee45f8b1ff6487a575e6c7fe90220 (diff) |
nine: remove unused var
Reviewed-by: Eric Anholt <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5819>
-rw-r--r-- | src/gallium/frontends/nine/iunknown.c | 1 |
1 files changed, 0 insertions, 1 deletions
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]; |