diff options
Diffstat (limited to 'source4/ntvfs/ntvfs.h')
-rw-r--r-- | source4/ntvfs/ntvfs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/ntvfs/ntvfs.h b/source4/ntvfs/ntvfs.h index 5b551cd345..02281e749c 100644 --- a/source4/ntvfs/ntvfs.h +++ b/source4/ntvfs/ntvfs.h @@ -209,9 +209,6 @@ struct ntvfs_context { } oplock; struct { - void *private_data; - struct socket_address *(*get_my_addr)(void *private_data, TALLOC_CTX *mem_ctx); - struct socket_address *(*get_peer_addr)(void *private_data, TALLOC_CTX *mem_ctx); const struct tsocket_address *local_address; const struct tsocket_address *remote_address; } client; |