summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2016-04-23 07:28:32 +0000
committersobomax <sobomax@FreeBSD.org>2016-04-23 07:28:32 +0000
commit0b911c8b6b5835d0c4a47311881ca1fdfc49d712 (patch)
tree712d9ee00073e11346eb55a3e2845002ee78d9ee /usr.bin
parent5be3733785c9b1121d206292b84efb473e6f227f (diff)
downloadFreeBSD-src-0b911c8b6b5835d0c4a47311881ca1fdfc49d712.zip
FreeBSD-src-0b911c8b6b5835d0c4a47311881ca1fdfc49d712.tar.gz
GC duplicate define.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mkuzip/mkuz_format.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/mkuzip/mkuz_format.h b/usr.bin/mkuzip/mkuz_format.h
index ef27c65..817c012 100644
--- a/usr.bin/mkuzip/mkuz_format.h
+++ b/usr.bin/mkuzip/mkuz_format.h
@@ -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 *);
OpenPOWER on IntegriCloud