Remove unused variable 'didmsg'.
authorJames Peach <jpeach@samba.org>
Thu, 20 Dec 2007 06:39:40 +0000 (22:39 -0800)
committerJames Peach <jpeach@samba.org>
Thu, 20 Dec 2007 06:39:40 +0000 (22:39 -0800)
(This used to be commit 5de89dd6e0a8a56a5a0f998e3b1d3538367db7d6)

source3/modules/vfs_readahead.c

index 5b663a7b260041fa7f485a217f581ec16f349952..8fdd6168feaeb41c69974cbe796c6725882b5926 100644 (file)
 
 #include "includes.h"
 
-#if !defined(HAVE_LINUX_READAHEAD) && !defined(HAVE_POSIX_FADVISE)
-static bool didmsg;
-#endif
-
 struct readahead_data {
        SMB_OFF_T off_bound;
        SMB_OFF_T len;