From f88f95e4775d362ea36f03ecd009427369a36107 Mon Sep 17 00:00:00 2001 From: arvidn Date: Thu, 14 Feb 2019 10:42:07 +0100 Subject: [PATCH] remove outdated paragraph from the storage_interface documentation --- include/libtorrent/storage.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/libtorrent/storage.hpp b/include/libtorrent/storage.hpp index 098a44682..c055ced11 100644 --- a/include/libtorrent/storage.hpp +++ b/include/libtorrent/storage.hpp @@ -201,12 +201,6 @@ namespace libtorrent { // (i.e one has to seek first and then read), only one disk thread is // used. // - // Every buffer in ``bufs`` can be assumed to be page aligned and be of a - // page aligned size, except for the last buffer of the torrent. The - // allocated buffer can be assumed to fit a fully page aligned number of - // bytes though. This is useful when reading and writing the last piece - // of a file in unbuffered mode. - // // The ``offset`` is aligned to 16 kiB boundaries *most of the time*, but // there are rare exceptions when it's not. Specifically if the read // cache is disabled/or full and a peer requests unaligned data. Most