diff options
Diffstat (limited to 'nsswitch/wb_common.c')
-rw-r--r-- | nsswitch/wb_common.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nsswitch/wb_common.c b/nsswitch/wb_common.c index 45c1969acc2..1a3ed1241c5 100644 --- a/nsswitch/wb_common.c +++ b/nsswitch/wb_common.c @@ -67,16 +67,6 @@ static void put_wb_global_ctx(void) return; } -/* Free a response structure */ - -void winbindd_free_response(struct winbindd_response *response) -{ - /* Free any allocated extra_data */ - - if (response) - SAFE_FREE(response->extra_data.data); -} - void winbind_set_client_name(const char *name) { if (name == NULL || strlen(name) == 0) { |