summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ipc
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-29 22:30:05 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-29 22:36:03 +0200
commitf6f21202ebecc82832e10353bdf967cf7920a753 (patch)
tree95af8f45e684ab2e44f69b68120665d925fa3079 /source4/ntvfs/ipc
parent146dad103bac0488f8bacc45dfbb2ea099e852ee (diff)
downloadsamba-f6f21202ebecc82832e10353bdf967cf7920a753.tar.gz
samba-f6f21202ebecc82832e10353bdf967cf7920a753.tar.bz2
samba-f6f21202ebecc82832e10353bdf967cf7920a753.zip
s4:ntvfs/ipc/vfs_ipc.c - remove unused code
Spotted by the Solaris 10 compiler
Diffstat (limited to 'source4/ntvfs/ipc')
-rw-r--r--source4/ntvfs/ipc/vfs_ipc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/ntvfs/ipc/vfs_ipc.c b/source4/ntvfs/ipc/vfs_ipc.c
index bd433537aa..bfc792ec95 100644
--- a/source4/ntvfs/ipc/vfs_ipc.c
+++ b/source4/ntvfs/ipc/vfs_ipc.c
@@ -893,8 +893,6 @@ static NTSTATUS ipc_qfileinfo(struct ntvfs_module_context *ntvfs,
default:
return ntvfs_map_qfileinfo(ntvfs, req, info);
}
-
- return NT_STATUS_ACCESS_DENIED;
}
@@ -1317,8 +1315,6 @@ static NTSTATUS ipc_ioctl(struct ntvfs_module_context *ntvfs,
default:
return NT_STATUS_ACCESS_DENIED;
}
-
- return NT_STATUS_ACCESS_DENIED;
}