diff options
author | Volker Lendecke <vl@samba.org> | 2008-05-05 22:53:09 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-05-05 22:53:09 +0200 |
commit | 172334815050273efc0a39452f97c81630382174 (patch) | |
tree | 8c71c8a992ecc0f923cf35a45dd2169d310a806b | |
parent | 7245a8e3b889ad6127d2cbf62a5a7f6e465e6bbd (diff) | |
download | samba-172334815050273efc0a39452f97c81630382174.tar.gz samba-172334815050273efc0a39452f97c81630382174.tar.bz2 samba-172334815050273efc0a39452f97c81630382174.zip |
Remove unused dir_status_struct
(This used to be commit 425ca59cce886daed0d6c63fe4382aee140c9518)
-rw-r--r-- | source3/include/smb.h | 10 |
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; |