diff options
author | Volker Lendecke <vl@samba.org> | 2014-02-04 10:18:48 +0000 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2014-03-05 16:33:21 +0100 |
commit | 13affa61093d34a8c1bb33f400968f0eb6f5d019 (patch) | |
tree | b692a7699048800191d90158d890e97eb05fe838 /source4/auth | |
parent | 5f7b8e42cfeb3e6d2651f14db63b07b884c839d3 (diff) | |
download | samba-13affa61093d34a8c1bb33f400968f0eb6f5d019.tar.gz samba-13affa61093d34a8c1bb33f400968f0eb6f5d019.tar.xz samba-13affa61093d34a8c1bb33f400968f0eb6f5d019.zip |
auth4: Remove unused wbc_context
Signed-off-by: Volker Lendecke <vl@samba.org>
Change-Id: I07d9f7d8028429564d91da39f8d1e73cc13a646c
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/auth/auth.h b/source4/auth/auth.h index 503bae9d4a..129f58d31c 100644 --- a/source4/auth/auth.h +++ b/source4/auth/auth.h @@ -97,7 +97,6 @@ struct auth_critical_sizes { const struct auth_usersupplied_info *user_info_in, const struct auth_usersupplied_info **user_info_encrypted); -struct wbc_context; #include "auth/session.h" #include "auth/unix_token_proto.h" #include "auth/system_session_proto.h" |