Remove spurious 'debugging = true;'

This appears to be left over from the developement phase while
adding reference counting to the lookup structure.

(cherry picked from commit c068c3c771)
This commit is contained in:
Mark Andrews 2022-01-31 17:35:00 +11:00
parent f1977e5017
commit ccfa2562a5

View file

@ -621,8 +621,6 @@ static void
setoption(char *opt) {
size_t l = strlen(opt);
debugging = true;
#define CHECKOPT(A, N) \
((l >= N) && (l < sizeof(A)) && (strncasecmp(opt, A, l) == 0))