summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smb_server/smb2/fileio.c')
-rw-r--r--source4/smb_server/smb2/fileio.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/source4/smb_server/smb2/fileio.c b/source4/smb_server/smb2/fileio.c
index f873841e97..d42fb06f46 100644
--- a/source4/smb_server/smb2/fileio.c
+++ b/source4/smb_server/smb2/fileio.c
@@ -251,18 +251,3 @@ void smb2srv_notify_recv(struct smb2srv_request *req)
{
smb2srv_send_error(req, NT_STATUS_NOT_IMPLEMENTED);
}
-
-void smb2srv_getinfo_recv(struct smb2srv_request *req)
-{
- smb2srv_send_error(req, NT_STATUS_NOT_IMPLEMENTED);
-}
-
-void smb2srv_setinfo_recv(struct smb2srv_request *req)
-{
- smb2srv_send_error(req, NT_STATUS_NOT_IMPLEMENTED);
-}
-
-void smb2srv_break_recv(struct smb2srv_request *req)
-{
- smb2srv_send_error(req, NT_STATUS_NOT_IMPLEMENTED);
-}