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-16 18:38:21 +0000
commit04fc4259d8b5a1efa5ecefc0693d5a7f5651098e (patch)
treebe8d39e30c69c6a78bbf971934a5d550a3d6f83e
parentb76166f7e057162f604efe713e5d6e2bdc1a3b38 (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[])
{