remove unused ifdef

This commit is contained in:
Love Hörnquist Åstrand
2011-06-19 10:58:35 -07:00
parent 749c112c31
commit 625d29fc3e

View File

@@ -1271,7 +1271,7 @@ dataconn(const char *name, off_t size, const char *mode)
}
close(pdata);
pdata = s;
#if defined(IP_TOS) && defined(HAVE_SETSOCKOPT)
#if defined(IP_TOS)
if (from->sa_family == AF_INET)
socket_set_tos(s, IPTOS_THROUGHPUT);
#endif