summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-31 04:44:37 +0000
committerngie <ngie@FreeBSD.org>2017-03-31 04:44:37 +0000
commitbac0773241434a62abcbd8db3cce6016d9a476a2 (patch)
tree4d60785f45d6be6b14bb66930eb9f9dc9b0955e8
parente255c379c3214f05d71a8c0376150bbf43b8358a (diff)
downloadFreeBSD-src-bac0773241434a62abcbd8db3cce6016d9a476a2.zip
FreeBSD-src-bac0773241434a62abcbd8db3cce6016d9a476a2.tar.gz
MFC r316107:
Remove redundant declaration for `zfs_crc64_table` zfssubr.c already defines this statically. Besides, zfsimpl.c defined it, but didn't use it. This fixes a -Wredundant-decls warning.
-rw-r--r--sys/boot/zfs/zfsimpl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/zfs/zfsimpl.c b/sys/boot/zfs/zfsimpl.c
index aa1a789..9df5135 100644
--- a/sys/boot/zfs/zfsimpl.c
+++ b/sys/boot/zfs/zfsimpl.c
@@ -66,7 +66,6 @@ static const char *features_for_read[] = {
*/
static spa_list_t zfs_pools;
-static uint64_t zfs_crc64_table[256];
static const dnode_phys_t *dnode_cache_obj = 0;
static uint64_t dnode_cache_bn;
static char *dnode_cache_buf;
OpenPOWER on IntegriCloud