Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 14, 2017
1 parent d54102c commit 6aaa6f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doomsday/sdk/libcore/src/filesys/directoryfeed.cpp
Expand Up @@ -139,13 +139,10 @@ void DirectoryFeed::populateFile(Folder const &folder, String const &entryName,
}

File *file = folder.fileSystem().interpret(nativeFile.release());
//folder.add(file);

// We will decide on pruning this.
file->setOriginFeed(this);

// Include files in the main index.
//folder.fileSystem().index(*file);
populated << file;
}
catch (StatusError const &er)
Expand Down

0 comments on commit 6aaa6f5

Please sign in to comment.