]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Remove unused dir_status_struct
authorVolker Lendecke <vl@samba.org>
Mon, 5 May 2008 20:53:09 +0000 (22:53 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 5 May 2008 20:53:09 +0000 (22:53 +0200)
(This used to be commit 425ca59cce886daed0d6c63fe4382aee140c9518)

source3/include/smb.h

index 47a11f51a0845bbf82f2654522fdf862824dccdf..10af3ff9802723d176106644c459dc2c678d5304 100644 (file)
@@ -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;