vlc | branch: master | Steve Lhomme <[email protected]> | Fri Apr 29 09:38:43 
2016 +0200| [7ccd1b406bc29d8bb50dc9126a6ec0eef039f58b] | committer: 
Jean-Baptiste Kempf

vlc_getaddrinfo: remove unused define

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7ccd1b406bc29d8bb50dc9126a6ec0eef039f58b
---

 src/network/getaddrinfo.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/network/getaddrinfo.c b/src/network/getaddrinfo.c
index 16dd68e..5f5d0ef 100644
--- a/src/network/getaddrinfo.c
+++ b/src/network/getaddrinfo.c
@@ -37,10 +37,6 @@
 #include <sys/types.h>
 #include <vlc_network.h>
 
-#ifndef AF_UNSPEC
-#   define AF_UNSPEC   0
-#endif
-
 int vlc_getnameinfo( const struct sockaddr *sa, int salen,
                      char *host, int hostlen, int *portnum, int flags )
 {

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to