From 84292022bf801112d2cb7f0f8512cf00079def20 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 7 Jan 2009 18:44:52 +0100 Subject: Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fn --- 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 bffa158fea..3f501550da 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -123,7 +123,6 @@ struct policy { POLICY_HND pol_hnd; void *data_ptr; - void (*free_fn)(void *); }; struct handle_list { -- cgit