smbd: Remove unused define
authorChristof Schmitt <cs@samba.org>
Thu, 16 Jan 2020 20:50:03 +0000 (13:50 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 21 Jan 2020 22:08:41 +0000 (22:08 +0000)
CAP_LEASE is not used in the file oplock_linux.c, so remove it there.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/oplock_linux.c

index 08829582fc641ff7e16b0ff988b57f6184f3da0b..44ed976b92cbd63237313ebd86f9fc7886959101 100644 (file)
 #define F_GETLEASE     1025
 #endif
 
-#ifndef CAP_LEASE
-#define CAP_LEASE 28
-#endif
-
 #ifndef RT_SIGNAL_LEASE
 #define RT_SIGNAL_LEASE (SIGRTMIN+1)
 #endif