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

smbd: Remove unused code

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2013-06-11 20:34:00 +02:00 committed by Jeremy Allison
parent 4cd0e38fe0
commit 606622c101

View File

@ -157,13 +157,6 @@ static NTSTATUS close_filestruct(files_struct *fsp)
return status;
}
static int compare_share_mode_times(const void *p1, const void *p2)
{
const struct share_mode_entry *s1 = (const struct share_mode_entry *)p1;
const struct share_mode_entry *s2 = (const struct share_mode_entry *)p2;
return timeval_compare(&s1->time, &s2->time);
}
/****************************************************************************
Delete all streams
****************************************************************************/