]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
locking: Remove an unused anonymous struct reference
authorVolker Lendecke <vl@samba.org>
Wed, 28 Oct 2020 10:47:49 +0000 (11:47 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 10 Nov 2020 19:49:33 +0000 (19:49 +0000)
This was used in share_mode_do_locked()

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/locking/proto.h

index f4c68bc5ca4467cb2256541833f0e3dc47fbc264..5c55ad9f8bad431c24f264d352b7d0f744273286 100644 (file)
@@ -141,7 +141,6 @@ struct share_mode_lock *get_share_mode_lock(
 
 bool file_has_read_lease(struct files_struct *fsp);
 
-struct db_record;
 NTSTATUS share_mode_do_locked(
        struct file_id id,
        void (*fn)(const uint8_t *buf,