nvmutil: remove memcmp/memcpy/strrchr/rename

i had this idea in my head of later porting this
to k&r c for fun. but screw it.

compiling on everything since 1989 is enough

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-19 07:32:46 +00:00
parent 1b82927843
commit 861cc85580
6 changed files with 18 additions and 128 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ getnvmprogname(void)
rval = x->argv0;
}
p = x_c_strrchr(rval, '/');
p = strrchr(rval, '/');
if (p)
return p + 1;