From f6f21202ebecc82832e10353bdf967cf7920a753 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Tue, 29 Jun 2010 22:30:05 +0200 Subject: s4:ntvfs/ipc/vfs_ipc.c - remove unused code Spotted by the Solaris 10 compiler --- source4/ntvfs/ipc/vfs_ipc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/ntvfs/ipc') 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; } -- cgit