diff options
author | Richard Yao <[email protected]> | 2022-09-13 19:40:10 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-13 16:40:10 -0700 |
commit | d5d10f2aef98e86d4873c435cdbd9b3ced447caf (patch) | |
tree | 392a49862db7ba31da3a7126b98dc4e2e8e38a2f /module/Makefile.bsd | |
parent | 710fd1ded68491a164d85aedc69ffd4675ec5c59 (diff) |
Cleanup dead spa_boot code
Unused code detected by coverity.
Reviewed-by: Allan Jude <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Neal Gompa <[email protected]>
Signed-off-by: Richard Yao <[email protected]>
Closes #13868
Diffstat (limited to 'module/Makefile.bsd')
-rw-r--r-- | module/Makefile.bsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/Makefile.bsd b/module/Makefile.bsd index 050b6c21e..8829ad942 100644 --- a/module/Makefile.bsd +++ b/module/Makefile.bsd @@ -271,7 +271,6 @@ SRCS+= abd.c \ sha256.c \ skein_zfs.c \ spa.c \ - spa_boot.c \ spa_checkpoint.c \ spa_config.c \ spa_errlog.c \ |