summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-20 22:25:47 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-20 22:25:47 +0000
commitdf91e30723c9cfb91ff0c7f6506fe67ef4909b89 (patch)
tree2d9b3ec74b4dbcfccfc494c1cccc88912eb85851 /src/configreader.cpp
parent636a52312b9ba4c5ffc886c7bdba14bd76726976 (diff)
Remove the old TODO comment
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10570 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 0e373190b..5260501a7 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -2372,7 +2372,6 @@ bool DoneELine(ServerConfig* conf, const char* tag)
void ConfigReaderThread::Run()
{
- /* TODO: TheUser may be invalid by the time we get here! Check its validity, or pass a UID would be better */
ServerInstance->Config->Read(do_bail, TheUserUID);
ServerInstance->Threads->Lock();
this->SetExitFlag();