From a32329297dbce22617960d112d94b6a5d2989e1f Mon Sep 17 00:00:00 2001 From: James Peach Date: Wed, 19 Dec 2007 22:39:40 -0800 Subject: [PATCH] Remove unused variable 'didmsg'. (This used to be commit 5de89dd6e0a8a56a5a0f998e3b1d3538367db7d6) --- source3/modules/vfs_readahead.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/modules/vfs_readahead.c b/source3/modules/vfs_readahead.c index 5b663a7b260..8fdd6168fea 100644 --- a/source3/modules/vfs_readahead.c +++ b/source3/modules/vfs_readahead.c @@ -17,10 +17,6 @@ #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; -- 2.34.1