projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f6d66d
)
nine: remove unused var
author
Timothy Arceri
<tarceri@itsqueeze.com>
Wed, 8 Jul 2020 10:57:54 +0000
(20:57 +1000)
committer
Timothy Arceri
<tarceri@itsqueeze.com>
Thu, 9 Jul 2020 02:09:08 +0000
(12:09 +1000)
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5819>
src/gallium/frontends/nine/iunknown.c
patch
|
blob
|
history
diff --git
a/src/gallium/frontends/nine/iunknown.c
b/src/gallium/frontends/nine/iunknown.c
index 2d69afd5496111788c2b093a6420dfd08aae1231..7f63af4c705032586f07df0360653dbbce645a9b 100644
(file)
--- 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];