summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-03-05 04:30:08 +0000
committerSadie Powell <sadie@witchery.services>2021-03-05 04:31:20 +0000
commit9d5b3f0d3cf52409b21d99feab77c50ffb26285e (patch)
treead271f19d7d059fbad8f6fcca5846ff443d67ff8 /src
parentdcafba95960685120b1f6d902de623ca10ed6135 (diff)
Remove some todo comments which are outdated or misleading.
Diffstat (limited to 'src')
-rw-r--r--src/users.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index de9271c87..7029accc0 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -469,7 +469,6 @@ void OperInfo::init()
}
// Compatibility for older configs that don't have the snomasks field.
- // TODO: remove this before v4 is released.
if (defaultsnomasks)
AllowedSnomasks.set();
}