From af161cf49c3ef829efe6c005c6f57b89fcf153a3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 13 Feb 2008 10:54:16 +0100 Subject: Remove unused init_sam_entry routine. Guenther (This used to be commit c19847a02486414117425930367dcd210e911715) --- source3/rpc_parse/parse_samr.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'source3/rpc_parse') diff --git a/source3/rpc_parse/parse_samr.c b/source3/rpc_parse/parse_samr.c index 298ad69932..3ec1c40d47 100644 --- a/source3/rpc_parse/parse_samr.c +++ b/source3/rpc_parse/parse_samr.c @@ -28,18 +28,6 @@ #undef DBGC_CLASS #define DBGC_CLASS DBGC_RPC_PARSE -/******************************************************************* -inits a SAM_ENTRY structure. -********************************************************************/ - -void init_sam_entry(SAM_ENTRY *sam, UNISTR2 *uni2, uint32 rid) -{ - DEBUG(10, ("init_sam_entry: %d\n", rid)); - - sam->rid = rid; - init_uni_hdr(&sam->hdr_name, uni2); -} - /******************************************************************* reads or writes a SAM_ENTRY structure. ********************************************************************/ -- cgit