diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-23 01:22:06 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-23 01:22:06 +0000 |
commit | 031d51685c62a3300bf3c99313cb214d841f352e (patch) | |
tree | 62dda4c43a5c7c410d8367b96d210770cf6a57b9 /src/modules/extra/m_sqlauth.cpp | |
parent | 0b92dc3d2b2d33c14944514c7957efc308a1c330 (diff) |
Remove unused variable and assignment
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4518 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_sqlauth.cpp')
-rw-r--r-- | src/modules/extra/m_sqlauth.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/extra/m_sqlauth.cpp b/src/modules/extra/m_sqlauth.cpp index 683d70c58..d468af959 100644 --- a/src/modules/extra/m_sqlauth.cpp +++ b/src/modules/extra/m_sqlauth.cpp @@ -100,10 +100,8 @@ public: bool CheckCredentials(userrec* user) { - bool found; Module* target; - found = false; target = Srv->FindFeature("SQL"); if(target) |