1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Remove some unused variables uncovered by the build farm.

This commit is contained in:
Richard Sharpe 0001-01-01 00:00:00 +00:00
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)