From 69d26d25f7f2a46e87337fa50af4ed0a1b11a2b5 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 18 Dec 2009 14:25:07 -0800 Subject: reply_force_nterror() is not used anywhere. Remove it. Jeremy. --- source3/include/proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index ab74c9cb95..f138306f52 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6277,8 +6277,6 @@ void error_packet_set(char *outbuf, uint8 eclass, uint32 ecode, NTSTATUS ntstatu int error_packet(char *outbuf, uint8 eclass, uint32 ecode, NTSTATUS ntstatus, int line, const char *file); void reply_nt_error(struct smb_request *req, NTSTATUS ntstatus, int line, const char *file); -void reply_force_nt_error(struct smb_request *req, NTSTATUS ntstatus, - int line, const char *file); void reply_dos_error(struct smb_request *req, uint8 eclass, uint32 ecode, int line, const char *file); void reply_both_error(struct smb_request *req, uint8 eclass, uint32 ecode, -- cgit