Commit 43ae5255 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove conditionally unused function

parent a790ccc6
......@@ -72,11 +72,12 @@ static void cloexec (int fd)
extern char **environ;
static const size_t bufsize = 65536;
#ifdef HAVE_VMSPLICE
static void cleanup_mmap (void *addr)
{
munmap (addr, bufsize);
}
#endif
static void *Thread (void *data)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment