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:
Meep-Eep
2008-10-12 22:14:58 +00:00
parent b3321c8c60
commit e253b0340e
-2
View File
@@ -116,8 +116,6 @@ uio_accessFileBlockMmap(uio_FileBlock *block, off_t offset, size_t length,
static inline ssize_t static inline ssize_t
uio_accessFileBlockNoMmap(uio_FileBlock *block, off_t offset, size_t length, uio_accessFileBlockNoMmap(uio_FileBlock *block, off_t offset, size_t length,
char **buffer) { char **buffer) {
// TODO: add read-ahead buffering
ssize_t numRead; ssize_t numRead;
off_t start; off_t start;
off_t end; off_t end;