1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

nwrap: Remove unused struct member in nwrap_main

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Andreas Schneider 2015-09-17 10:32:46 +02:00 committed by Michael Adam
parent 90585c46eb
commit 2a5335217e

View File

@ -465,7 +465,6 @@ struct nwrap_libc {
};
struct nwrap_main {
const char *nwrap_switch;
int num_backends;
struct nwrap_backend *backends;
struct nwrap_libc *libc;