From bcd4077be64e49b11a819cdcf27939a0fcc0d9bd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 3 Jun 2010 00:09:26 +0200 Subject: s3: remove unused librpc/ndr/sid.c. Guenther --- source3/include/proto.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 6ccefe1a39..5d8a99771f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2061,10 +2061,6 @@ _PUBLIC_ void ndr_print_sockaddr_storage(struct ndr_print *ndr, const char *name const char *ndr_errstr(enum ndr_err_code err); extern const struct ndr_syntax_id null_ndr_syntax_id; -/* The following definitions come from librpc/ndr/sid.c */ - -char *dom_sid_string(TALLOC_CTX *mem_ctx, const struct dom_sid *sid); - /* The following definitions come from libsmb/cliconnect.c */ ADS_STATUS cli_session_setup_spnego(struct cli_state *cli, const char *user, -- cgit