]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fixup! delay assignment until after REQUIRE
authorMark Andrews <marka@isc.org>
Thu, 30 Jan 2020 07:24:22 +0000 (18:24 +1100)
committerMark Andrews <marka@isc.org>
Thu, 30 Jan 2020 07:24:22 +0000 (18:24 +1100)
lib/isc/timer.c

index 3da13e822d7dfb262c2081794be248aed30bccb2..fce37e02a5b39563c1906a87d4d93e438050e24d 100644 (file)
@@ -452,7 +452,6 @@ isc_timer_touch(isc_timer_t *timer0) {
 
        REQUIRE(VALID_TIMER(timer0));
        timer = (isc__timer_t *)timer0;
-       isc_result_t result;
 
        LOCK(&timer->lock);