From 033185e2a1b2892fe8dc74a18a38e5e13e08cb22 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 23 Jul 2009 20:28:58 -0400 Subject: Make the smbd VFS typesafe --- source3/lib/file_id.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/file_id.c b/source3/lib/file_id.c index 0902e3d224..67c1dd0b1b 100644 --- a/source3/lib/file_id.c +++ b/source3/lib/file_id.c @@ -21,14 +21,6 @@ #include "includes.h" -/* - generate a file_id from a stat structure - */ -struct file_id vfs_file_id_from_sbuf(connection_struct *conn, const SMB_STRUCT_STAT *sbuf) -{ - return SMB_VFS_FILE_ID_CREATE(conn, sbuf); -} - /* return True if two file_id structures are equal */ -- cgit