s3: Remove unused inform_level2_message struct
authorTim Prouty <tprouty@samba.org>
Mon, 16 Feb 2009 22:55:52 +0000 (14:55 -0800)
committerTim Prouty <tprouty@samba.org>
Fri, 20 Feb 2009 05:09:30 +0000 (21:09 -0800)
source3/include/smb.h

index ec5bb71798be729f24004b2637af593ea961e1f6..f02088731d75b08e7352bda9c9a21e87220f8ea8 100644 (file)
@@ -1621,14 +1621,6 @@ enum acl_compatibility {ACL_COMPAT_AUTO, ACL_COMPAT_WINNT, ACL_COMPAT_WIN2K};
 #define BATCH_OPLOCK_TYPE(lck) ((lck) & (unsigned int)BATCH_OPLOCK)
 #define LEVEL_II_OPLOCK_TYPE(lck) ((lck) & ((unsigned int)LEVEL_II_OPLOCK|(unsigned int)FAKE_LEVEL_II_OPLOCK))
 
-struct inform_level2_message {
-       SMB_DEV_T dev;
-       SMB_INO_T inode;
-       uint16 mid;
-       unsigned long target_file_id;
-       unsigned long source_file_id;
-};
-
 /* kernel_oplock_message definition.
 
 struct kernel_oplock_message {