Remove ARGS_NUM, accidentally left over after r337050.

This commit is contained in:
Mark Johnston 2018-08-01 18:49:40 +00:00
parent e45b89d23d
commit c4c9cd8d68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337052

View File

@ -164,7 +164,6 @@ static char *gz_args[] = { NULL, f_arg, NULL, NULL };
#define xz_args gz_args
static char *zstd_args[] = { NULL, q_arg, rm_arg, NULL, NULL };
#define ARGS_NUM 5
static const struct compress_types compress_type[COMPRESS_TYPES] = {
{ "", "", "", NULL, 0},
{ "Z", COMPRESS_SUFFIX_GZ, _PATH_GZIP, gz_args, nitems(gz_args) },