1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

Remove some unused variables uncovered by the build farm.

This commit is contained in:
Richard Sharpe -
parent ca3d98d08b
commit 084e4678c0

View File

@ -115,9 +115,6 @@ static int del_fd(int fd)
int smbc_init(smbc_get_auth_data_fn fn, int debug)
{
int i;
struct smbc_compat_fdlist * f;
if (!smbc_compat_initialized) {
statcont = smbc_new_context();
if (!statcont)