refcount: remove useless assert include
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
cbb61c6e17
commit
f8063dea09
|
@ -21,8 +21,6 @@
|
||||||
#ifndef AWESOME_COMMON_REFCOUNT_H
|
#ifndef AWESOME_COMMON_REFCOUNT_H
|
||||||
#define AWESOME_COMMON_REFCOUNT_H
|
#define AWESOME_COMMON_REFCOUNT_H
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#define DO_RCNT(type, prefix, dtor) \
|
#define DO_RCNT(type, prefix, dtor) \
|
||||||
static inline void prefix##_unref(type **item) \
|
static inline void prefix##_unref(type **item) \
|
||||||
{ \
|
{ \
|
||||||
|
|
Loading…
Reference in New Issue