Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- slirp/slirp.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/slirp/slirp.h b/slirp/slirp.h index c328aac88a..4356b2f427 100644 --- 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 -- 2.19.1.708.g4ede3d42df