From 5a77d648d9ce2ad60d4a951b69461a5b3d24289f Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 16 Jun 2010 10:26:47 -0700 Subject: Remove two unused functions (prs_force_dynamic, prs_set_session_key). Jeremy. --- source3/include/ntdomain.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 668691fb47..213cb9ff75 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -44,7 +44,6 @@ typedef struct _prs_struct { uint32 grow_size; /* size requested via prs_grow() calls */ char *data_p; /* The buffer itself. */ TALLOC_CTX *mem_ctx; /* When unmarshalling, use this.... */ - const char *sess_key; /* If we have to do encrypt/decrypt on the fly. */ } prs_struct; /* -- cgit