diff --git a/module/zfs/zfs_znode.c b/module/zfs/zfs_znode.c index 761fbcb33..d998e42ab 100644 --- a/module/zfs/zfs_znode.c +++ b/module/zfs/zfs_znode.c @@ -66,20 +66,6 @@ #include "zfs_prop.h" #include "zfs_comutil.h" -/* - * Define ZNODE_STATS to turn on statistic gathering. By default, it is only - * turned on when DEBUG is also defined. - */ -#ifdef DEBUG -#define ZNODE_STATS -#endif /* DEBUG */ - -#ifdef ZNODE_STATS -#define ZNODE_STAT_ADD(stat) ((stat)++) -#else -#define ZNODE_STAT_ADD(stat) /* nothing */ -#endif /* ZNODE_STATS */ - /* * Functions needed for userland (ie: libzpool) are not put under * #ifdef_KERNEL; the rest of the functions have dependencies