svn commit: r298505 - head/usr.bin/mkuzip
Maxim Sobolev
sobomax at FreeBSD.org
Sat Apr 23 07:28:34 UTC 2016
Author: sobomax
Date: Sat Apr 23 07:28:32 2016
New Revision: 298505
URL: https://svnweb.freebsd.org/changeset/base/298505
Log:
GC duplicate define.
Modified:
head/usr.bin/mkuzip/mkuz_format.h
Modified: head/usr.bin/mkuzip/mkuz_format.h
==============================================================================
--- head/usr.bin/mkuzip/mkuz_format.h Sat Apr 23 07:23:43 2016 (r298504)
+++ head/usr.bin/mkuzip/mkuz_format.h Sat Apr 23 07:28:32 2016 (r298505)
@@ -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 *);
More information about the svn-src-head
mailing list