From: Nick Mathewson Date: Thu, 13 May 2010 15:23:12 +0000 (-0400) Subject: Remove the now-unusable EVTHREAD_LOCK/UNLOCK constants X-Git-Tag: release-2.0.6-rc~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdfc3fc502bf04b2cedf0b9a812e52af315e32b7;p=libevent Remove the now-unusable EVTHREAD_LOCK/UNLOCK constants --- diff --git a/include/event2/thread.h b/include/event2/thread.h index a861689f..26897eb1 100644 --- a/include/event2/thread.h +++ b/include/event2/thread.h @@ -59,12 +59,6 @@ extern "C" { #include -/** A flag passed to an obsolete locking callback to indicate that this call - * is for acquiring a lock. */ -#define EVTHREAD_LOCK 0x01 -/** A flag passed to an obsolete locking callback to indicate that this call - * is for releasing a lock. */ -#define EVTHREAD_UNLOCK 0x02 /** A flag passed to a locking callback when the lock was allocated as a * read-write lock, and we want to acquire or release the lock for writing. */ #define EVTHREAD_WRITE 0x04