diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-09 22:25:39 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-09 22:25:39 +0000 |
| commit | 3d6e2637d676a9e7cd6f0a70f2add9d214c28754 (patch) | |
| tree | 8e516804365e866f34cdd992fe2e4c18abe3f7f4 /util/nvmutil | |
| parent | 1e45d19f5d2507fc6cfc01e98024fe55c5da060a (diff) | |
util/nvmutil: remove stale comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 4 |
1 files changed, 0 insertions, 4 deletions
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, |
