summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-16 18:38:21 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 06:59:42 +0000
commit4871f4fda7b1cdb2b7ab74909e47f1c027e75767 (patch)
tree617840a07f620bae455841743e259cc84dc51e2d
parent0237c9c9c632145f5c8f8dfdbc211d7e5d352dee (diff)
redundancy
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--util/nvmutil/nvmutil.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c
index 91095c18..d0c1d042 100644
--- a/util/nvmutil/nvmutil.c
+++ b/util/nvmutil/nvmutil.c
@@ -717,10 +717,6 @@ char *tname = NULL;
#endif
#endif
-#ifndef S_ISREG
-#define S_ISREG(m) (((m) & (S_IFMT) == (S_IFREG))
-#endif
-
int
main(int argc, char *argv[])
{