GC duplicate define.

This commit is contained in:
sobomax 2016-04-23 07:28:32 +00:00
parent 5be3733785
commit 0b911c8b6b

View File

@ -26,8 +26,6 @@
* $FreeBSD$
*/
#define DEFINE_RAW_METHOD(func, rval, args...) typedef rval (*func##_t)(args)
DEFINE_RAW_METHOD(f_init, void *, uint32_t);
DEFINE_RAW_METHOD(f_compress, struct mkuz_blk *, void *, const struct mkuz_blk *);