summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqlite3.cpp
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-14 20:40:22 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-14 20:40:22 +0000
commitc971f6faf391ec6232de78b7fbbcaa0a9df5f991 (patch)
treee257d73a766a2298afb497b6dbec49b89f20c8d5 /src/modules/extra/m_sqlite3.cpp
parent8e58381e71f15ce4a8d6f0e2492fd798a1cdd2bd (diff)
Remove some old destroy code not needed with InpSocket.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6336 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_sqlite3.cpp')
-rw-r--r--src/modules/extra/m_sqlite3.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/extra/m_sqlite3.cpp b/src/modules/extra/m_sqlite3.cpp
index b2813e954..469d5e153 100644
--- a/src/modules/extra/m_sqlite3.cpp
+++ b/src/modules/extra/m_sqlite3.cpp
@@ -492,10 +492,6 @@ class ModuleSQLite3 : public Module
resultnotify->state = I_ERROR;
resultnotify->OnError(I_ERR_SOCKET);
resultnotify->ClosePending = true;
- if (!ServerInstance->SE->DelFd(resultnotify))
- {
- ServerInstance->Log(DEBUG, "m_sqlite3: unable to remove notifier from socket engine!");
- }
delete resultnotify;
ServerInstance->UnpublishInterface("SQL", this);
ServerInstance->UnpublishFeature("SQL");