summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 47a11f51a0..10af3ff980 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -525,16 +525,6 @@ typedef struct files_struct {
#include "ntquotas.h"
#include "sysquotas.h"
-/*
- * Structure used to keep directory state information around.
- * Used in NT change-notify code.
- */
-
-typedef struct {
- time_t modify_time;
- time_t status_time;
-} dir_status_struct;
-
struct vuid_cache_entry {
uint16 vuid;
bool read_only;