Update FileTable.h

Remove TODO I forgot to remove 🤷
This commit is contained in:
2025-03-19 22:11:28 -04:00
parent 895db6c071
commit 44c2ea3a3a

View File

@@ -11,7 +11,6 @@ namespace ReArchive {
class ReArchive::FileTable {
protected:
// count
// TODO unordered_set so time to find a particular entry doesn't depend on the length.
std::unordered_map<std::filesystem::path, FileEntry> entries;
public:
void Append(const FileEntry& file_entry);