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 /include/Makefile.am | |
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 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 1a7f67e9c..19726bba1 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -76,7 +76,6 @@ COMMON_H = \ sys/sa_impl.h \ sys/skein.h \ sys/spa.h \ - sys/spa_boot.h \ sys/spa_checkpoint.h \ sys/spa_checksum.h \ sys/spa_impl.h \ |