diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-24 17:41:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:12 -0500 |
commit | 7fb1be73734915e027f86aca9ba62b86c56ca787 (patch) | |
tree | b66be4fc8eedb1ed5c20bbc29493e3a6353bcfff /source4/include | |
parent | f1a8a690fcd9e8824dade9278e83902a6229b092 (diff) | |
download | samba-7fb1be73734915e027f86aca9ba62b86c56ca787.tar.gz samba-7fb1be73734915e027f86aca9ba62b86c56ca787.tar.bz2 samba-7fb1be73734915e027f86aca9ba62b86c56ca787.zip |
r853: remove a real big bunch of unused code
I really think that this is needed to get a better overview of what is currently used
Also this stuff is really out of date
so if we really ever need some of this stuff back,
a 'svn copy' from the SAMBA_3_0 branch should be no big problem...
metze
(This used to be commit 972598d511c64f29bdc849fe58c9c82fbcf6a4a2)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index f9598845c3..bc3d948a2c 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -723,8 +723,6 @@ extern int errno; #include "mangle.h" -#include "nsswitch/winbind_client.h" - #include "mutex.h" #include "librpc/rpc/dcerpc.h" @@ -750,8 +748,6 @@ struct functable { typedef int (*comparison_fn_t)(const void *, const void *); #endif -#include "nsswitch/nss.h" - /***** automatically generated prototypes *****/ #include "proto.h" |