From 2fad2c945b2a9773b5016ff616929117b1ceb73c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 12 Jan 2006 09:56:15 +0000 Subject: r12868: Remove unused code. This has moved to libcli/finddcs.c. Andrew Bartlett (This used to be commit a30a359c45c3dac4b910ec130b73cc01324b399a) --- source4/winbind/wb_async_helpers.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/winbind/wb_async_helpers.h') diff --git a/source4/winbind/wb_async_helpers.h b/source4/winbind/wb_async_helpers.h index 532cd9730c..2754a8acd6 100644 --- a/source4/winbind/wb_async_helpers.h +++ b/source4/winbind/wb_async_helpers.h @@ -22,11 +22,6 @@ #include "librpc/gen_ndr/lsa.h" -struct nbt_dc_name { - const char *address; - const char *name; -}; - struct wb_sid_object { enum lsa_SidType type; struct dom_sid *sid; -- cgit