mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-11-03 04:17:20 -05:00
this was never used and it's handled elsewhere anyway
svn path=/trunk/net/; revision=5042
This commit is contained in:
parent
11498d9569
commit
a01b835e1d
@ -57,15 +57,6 @@
|
||||
#include "sock.h"
|
||||
#include "resolver.h"
|
||||
|
||||
#if 0
|
||||
#ifndef HAVE_VA_COPY
|
||||
#ifdef HAVE___VA_COPY
|
||||
#define va_copy(dest,src) __va_copy(dest, src)
|
||||
#else
|
||||
#define va_copy(dest,src) memcpy(&dest, &src, sizeof (va_list))
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* sock_initialize
|
||||
**
|
||||
|
Loading…
Reference in New Issue
Block a user