mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Remove dead code
Delete unused functions. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Closes #10470
This commit is contained in:
committed by
Brian Behlendorf
parent
65c7cc49bf
commit
c3fe42aabd
@@ -172,20 +172,6 @@ const uint8_t sha512_256_test_digests[][32] = {
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
* Local reimplementation of cmn_err, since it's used in sha2.c.
|
||||
*/
|
||||
/*ARGSUSED*/
|
||||
void
|
||||
cmn_err(int level, char *format, ...)
|
||||
{
|
||||
va_list ap;
|
||||
va_start(ap, format);
|
||||
/* LINTED: E_SEC_PRINTF_VAR_FMT */
|
||||
(void) vfprintf(stderr, format, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user