summaryrefslogtreecommitdiff
path: root/source3/include/vfs_macros.h
diff options
context:
space:
mode:
authorSamuel Cabrero <scabrero@samba.org>2021-04-13 18:00:29 +0200
committerSamuel Cabrero <scabrero@sn-devel-184>2021-04-19 13:19:35 +0000
commitaa2ab7feb10f7c8bc0d84e3dabb484f728f6f3ba (patch)
tree087df743c77daff6c1eadfe5f1b20aaf8e4be6ae /source3/include/vfs_macros.h
parent34f5594f2e3cbf76fb88e6d5210a66a542e59f1b (diff)
downloadsamba-aa2ab7feb10f7c8bc0d84e3dabb484f728f6f3ba.tar.gz
s3: VFS: Remove SMB_VFS_NTIMES(), no longer used
--------------- / \ / REST \ / IN \ / PEACE \ / \ | | | SMB_VFS_NTIMES | | | | | | 13 April | | 2021 | | | | | *| * * * | * _________)/\\_//(\/(/\)/\//\/\////|_)_______ Signed-off-by: Samuel Cabrero <scabrero@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Samuel Cabrero <scabrero@samba.org> Autobuild-Date(master): Mon Apr 19 13:19:35 UTC 2021 on sn-devel-184
Diffstat (limited to 'source3/include/vfs_macros.h')
-rw-r--r--source3/include/vfs_macros.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/vfs_macros.h b/source3/include/vfs_macros.h
index eed6779bbaa..40ff68aedab 100644
--- a/source3/include/vfs_macros.h
+++ b/source3/include/vfs_macros.h
@@ -268,11 +268,6 @@
#define SMB_VFS_NEXT_GETWD(handle, ctx) \
smb_vfs_call_getwd((handle)->next, (ctx))
-#define SMB_VFS_NTIMES(conn, path, ts) \
- smb_vfs_call_ntimes((conn)->vfs_handles, (path), (ts))
-#define SMB_VFS_NEXT_NTIMES(handle, path, ts) \
- smb_vfs_call_ntimes((handle)->next, (path), (ts))
-
#define SMB_VFS_FNTIMES(fsp, ts) \
smb_vfs_call_fntimes((fsp)->conn->vfs_handles, (fsp), (ts))
#define SMB_VFS_NEXT_FNTIMES(handle, fsp, ts) \