mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 11:39:02 -04:00
Nuke an unused var
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11091 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
452331af52
commit
b5e82511c4
@ -587,9 +587,6 @@ class SQLConn : public EventHandler
|
||||
/* Total length of the unescaped parameters */
|
||||
unsigned long maxparamlen, paramcount;
|
||||
|
||||
/* Total length of query, used for binary-safety */
|
||||
unsigned long querylength = 0;
|
||||
|
||||
/* The length of the longest parameter */
|
||||
maxparamlen = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user