diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 7cd300db..c2da4b1e 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -284,10 +284,6 @@ struct commands { * Command table, for nvmutil commands */ static const struct commands command[] = { - /* - * Unlike older versions, we require at least - * one checksum to be valid when running dump. - */ { CMD_DUMP, "dump", cmd_helper_dump, ARGC_3, NO_INVERT, SET_MOD_OFF, ARG_NOPART,