]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove dummy ISLOCKED macro
authorOndřej Surý <ondrej@sury.org>
Thu, 8 Nov 2018 05:19:00 +0000 (12:19 +0700)
committerOndřej Surý <ondrej@sury.org>
Thu, 8 Nov 2018 05:22:26 +0000 (12:22 +0700)
lib/isc/include/isc/util.h

index 6c5c32dee45ff0312960286255cb867bc3bdf2c6..97eb51a193f1fce132770f5f1824db6ad9c93c92 100644 (file)
                                              ISC_MSG_UNLOCKED, "UNLOCKED"), \
                               (lp), __FILE__, __LINE__)); \
        } while (0)
-#define ISLOCKED(lp) (1)
 #define DESTROYLOCK(lp) \
        RUNTIME_CHECK(isc_mutex_destroy((lp)) == ISC_R_SUCCESS)