util: remove accidently committed hunk
[sfrench/samba-autobuild/.git] / lib / util / util_net.c
index 536c0a4e2b7f1d7599127cd97cfaa341d632348a..83afda4c78e95a060c93bf3233f982c00bf720c4 100644 (file)
@@ -817,9 +817,6 @@ static const smb_socket_option socket_options[] = {
 #ifdef TCP_QUICKACK
   {"TCP_QUICKACK", IPPROTO_TCP, TCP_QUICKACK, 0, OPT_BOOL},
 #endif
-#ifdef TCP_FASTOPEN
-  {"TCP_FASTOPEN", IPPROTO_TCP, TCP_FASTOPEN, 0, OPT_BOOL},
-#endif
 #ifdef TCP_NODELAYACK
   {"TCP_NODELAYACK", IPPROTO_TCP, TCP_NODELAYACK, 0, OPT_BOOL},
 #endif