diff options
Diffstat (limited to 'source4/lib/socket/socket_ipv6.c')
-rw-r--r-- | source4/lib/socket/socket_ipv6.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/socket/socket_ipv6.c b/source4/lib/socket/socket_ipv6.c index c8683446ec..1685f17572 100644 --- a/source4/lib/socket/socket_ipv6.c +++ b/source4/lib/socket/socket_ipv6.c @@ -354,8 +354,3 @@ const struct socket_ops *socket_ipv6_ops(void) { return &ipv6_tcp_ops; } - -NTSTATUS socket_ipv6_init(void) -{ - return NT_STATUS_OK; -} |