diff options
author | James Peach <jpeach@samba.org> | 2007-12-19 22:39:40 -0800 |
---|---|---|
committer | James Peach <jpeach@samba.org> | 2007-12-19 22:39:40 -0800 |
commit | a32329297dbce22617960d112d94b6a5d2989e1f (patch) | |
tree | 2387015c4ef8c7d9be210eb919b29a116204374f /source3/modules | |
parent | 2ee96c7ee30ece5eeec97b545ac0f98fc3c00060 (diff) | |
download | samba-a32329297dbce22617960d112d94b6a5d2989e1f.tar.gz samba-a32329297dbce22617960d112d94b6a5d2989e1f.tar.bz2 samba-a32329297dbce22617960d112d94b6a5d2989e1f.zip |
Remove unused variable 'didmsg'.
(This used to be commit 5de89dd6e0a8a56a5a0f998e3b1d3538367db7d6)
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_readahead.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/modules/vfs_readahead.c b/source3/modules/vfs_readahead.c index 5b663a7b26..8fdd6168fe 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; |