From 00f189f78ca5dcaf9917e231ddaef2b4398db0b5 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Tue, 29 Jun 2010 22:30:05 +0200 Subject: s4:smb_server/blob.c - remove unused code Spotted by the Solaris 10 compiler --- source4/smb_server/blob.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source4/smb_server/blob.c') diff --git a/source4/smb_server/blob.c b/source4/smb_server/blob.c index c17cde070d..adc223ec7d 100644 --- a/source4/smb_server/blob.c +++ b/source4/smb_server/blob.c @@ -292,8 +292,6 @@ NTSTATUS smbsrv_push_passthru_fsinfo(TALLOC_CTX *mem_ctx, default: return NT_STATUS_INVALID_LEVEL; } - - return NT_STATUS_INVALID_LEVEL; } NTSTATUS smbsrv_push_passthru_fileinfo(TALLOC_CTX *mem_ctx, @@ -509,8 +507,6 @@ NTSTATUS smbsrv_push_passthru_fileinfo(TALLOC_CTX *mem_ctx, default: return NT_STATUS_INVALID_LEVEL; } - - return NT_STATUS_INVALID_LEVEL; } NTSTATUS smbsrv_pull_passthru_sfileinfo(TALLOC_CTX *mem_ctx, @@ -636,8 +632,6 @@ NTSTATUS smbsrv_pull_passthru_sfileinfo(TALLOC_CTX *mem_ctx, default: return NT_STATUS_INVALID_LEVEL; } - - return NT_STATUS_INVALID_LEVEL; } /* @@ -784,6 +778,4 @@ NTSTATUS smbsrv_push_passthru_search(TALLOC_CTX *mem_ctx, default: return NT_STATUS_INVALID_LEVEL; } - - return NT_STATUS_INVALID_LEVEL; } -- cgit