1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-16 06:15:24 +00:00

this was never used and it's handled elsewhere anyway

svn path=/trunk/net/; revision=5042
This commit is contained in:
Karl Heyes 2003-07-02 21:29:08 +00:00
parent 11498d9569
commit a01b835e1d

View File

@ -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
**