- removed unused definitions

This commit is contained in:
MelwareDE 2006-01-28 14:17:09 +00:00
parent 2c08548968
commit e7380a0a30
1 changed files with 0 additions and 5 deletions

View File

@ -81,11 +81,6 @@ static inline unsigned short read_capi_dword(void *m)
*/
#define cc_mutex_lock(x) ast_mutex_lock(x)
#define cc_mutex_unlock(x) ast_mutex_unlock(x)
#define cc_mutex_assert(x,what)
#define MA_OWNED 0x01
#define MA_NOTOWNED 0x02
#define MA_RECURSED 0x04
#define MA_NOTRECURSED 0x08
#define cc_log(x...) ast_log(x)
/*