mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
remove unused variable
This commit is contained in:
parent
3377bc4b02
commit
7af9883b48
1 changed files with 0 additions and 3 deletions
|
|
@ -887,9 +887,6 @@ dlz_create(const char *dlzname, unsigned int argc, char *argv[], void **dbdata,
|
|||
char *tmp = NULL;
|
||||
char *endp;
|
||||
const char *helper_name;
|
||||
#if SQLITE3_VERSION_ID >= 50000
|
||||
my_bool auto_reconnect = 1;
|
||||
#endif /* if SQLITE3_VERSION_ID >= 50000 */
|
||||
#if PTHREADS
|
||||
int dbcount;
|
||||
int i, ret;
|
||||
|
|
|
|||
Loading…
Reference in a new issue