Remove 'TODO'. It's done.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3087 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -116,8 +116,6 @@ uio_accessFileBlockMmap(uio_FileBlock *block, off_t offset, size_t length,
|
||||
static inline ssize_t
|
||||
uio_accessFileBlockNoMmap(uio_FileBlock *block, off_t offset, size_t length,
|
||||
char **buffer) {
|
||||
|
||||
// TODO: add read-ahead buffering
|
||||
ssize_t numRead;
|
||||
off_t start;
|
||||
off_t end;
|
||||
|
||||
Reference in New Issue
Block a user