mirror of
https://github.com/transmission/transmission
synced 2025-03-12 23:23:54 +00:00
remove unused variable
This commit is contained in:
parent
08995988a1
commit
185728c66c
1 changed files with 0 additions and 1 deletions
|
@ -248,7 +248,6 @@ tr_prefetch( int fd, off_t offset, size_t count )
|
||||||
#ifdef HAVE_POSIX_FADVISE
|
#ifdef HAVE_POSIX_FADVISE
|
||||||
return posix_fadvise( fd, offset, count, POSIX_FADV_WILLNEED );
|
return posix_fadvise( fd, offset, count, POSIX_FADV_WILLNEED );
|
||||||
#elif defined(SYS_DARWIN)
|
#elif defined(SYS_DARWIN)
|
||||||
int val;
|
|
||||||
struct radvisory radv;
|
struct radvisory radv;
|
||||||
radv.ra_offset = offset;
|
radv.ra_offset = offset;
|
||||||
radv.ra_count = count;
|
radv.ra_count = count;
|
||||||
|
|
Loading…
Add table
Reference in a new issue