Removed todo

This commit is contained in:
Sebastian Messmer 2014-11-12 22:47:20 +01:00
parent 1fba488a07
commit 9dabea5e5d
1 changed files with 0 additions and 1 deletions

View File

@ -275,7 +275,6 @@ int CryFuse::readdir(const path &path, void *buf, fuse_fill_dir_t filler, off_t
try {
auto entries = _device->readDir(fileinfo->fh);
for (const auto &entry : *entries) {
//TODO Also give file attributes (third param of filler)
if (filler(buf, entry.c_str(), nullptr, 0) != 0) {
return -ENOMEM;
}