mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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. MFC after: 3 days Reported by: amd64-gcc-6.3.0 (devel/amd64-xtoolchain-gcc) Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
5b594b7f21
commit
e468767c4b
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,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 = NULL;
|
||||
static uint64_t dnode_cache_bn;
|
||||
static char *dnode_cache_buf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue