diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-08 17:06:41 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-08 17:06:41 +0000 |
| commit | dd320601c2e1d084e475d20af0872a3f288d63f9 (patch) | |
| tree | 793ac91f2254767e474670895a74aaac75707bf3 /util/nvmutil | |
| parent | 3c55808e27f552fcfd822a4a2519b59d2d0f3cc1 (diff) | |
util/nvmutil: remove redundant code
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index f32a170e..4442e816 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -255,9 +255,6 @@ static size_t cmd_index = CMD_NULL; int main(int argc, char *argv[]) { -#ifdef HAVE_STRNLEN - err(1, "TEST"); -#endif argv0 = argv[0]; if (argc < 2) usage(1); |
