Skip to content

Commit

Permalink
Fix merging conflict with previous pull request (See #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
chros authored and chros committed May 15, 2017
1 parent 8aba988 commit fa56007
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/download/download_wrapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ DownloadWrapper::receive_update_priorities(int flags) {
data()->mutable_high_priority()->insert((*itr)->range().first, (*itr)->range().second);
break;
default:
// Unset fallocate flag if priority of a file is Off.
(*itr)->unset_flags(File::flag_fallocate);
break;
}
}
Expand Down

0 comments on commit fa56007

Please sign in to comment.