Remove outdated comment

This commit is contained in:
robojumper
2024-05-25 22:50:24 +02:00
parent eea0086495
commit 69d5f223fb
-1
View File
@@ -367,7 +367,6 @@ int dRawArcTable_c::ensureAllEntriesLoaded() {
extern "C" bool strequals(const char *, const char *);
// TODO the load from self can happen earlier
dRawArcEntry_c *dRawArcTable_c::findEntry(const char *name) const {
dRawArcEntry_c *entry = mpEntries;
for (int i = 0; i < mCount; i++) {