remove unused variable

This commit is contained in:
Mitchell Livingston 2009-11-09 13:29:02 +00:00
parent 08995988a1
commit 185728c66c
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@ tr_prefetch( int fd, off_t offset, size_t count )
#ifdef HAVE_POSIX_FADVISE
return posix_fadvise( fd, offset, count, POSIX_FADV_WILLNEED );
#elif defined(SYS_DARWIN)
int val;
struct radvisory radv;
radv.ra_offset = offset;
radv.ra_count = count;