projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
987d3a5
)
slirp: remove unused global slirp_instance
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Wed, 14 Nov 2018 12:36:29 +0000
(16:36 +0400)
committer
Samuel Thibault
<samuel.thibault@ens-lyon.org>
Sun, 13 Jan 2019 23:43:30 +0000
(
00:43
+0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
slirp/slirp.h
patch
|
blob
|
history
diff --git
a/slirp/slirp.h
b/slirp/slirp.h
index 05c203c8c753b9d3a62fde2ac9e32583bf1e628f..d1b6bcefbb529dc8799e27ef514126bc9e371d48 100644
(file)
--- a/
slirp/slirp.h
+++ b/
slirp/slirp.h
@@
-199,8
+199,6
@@
struct Slirp {
void *opaque;
};
-extern Slirp *slirp_instance;
-
#ifndef NULL
#define NULL (void *)0
#endif