summaryrefslogtreecommitdiff
path: root/util/nvmutil
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-18 04:06:23 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 06:59:42 +0000
commit5a9e5017ea97935f979c62a6189e70afb73c9f50 (patch)
treefd0070d807e00281d44e4bad4d52ea05753924f4 /util/nvmutil
parente57dc2efcb2bff20edabf0e754bdc9b0479e1ad4 (diff)
nvmutil: remove redundant srand call
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil')
-rw-r--r--util/nvmutil/nvmutil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c
index df5e2d51..615002e2 100644
--- a/util/nvmutil/nvmutil.c
+++ b/util/nvmutil/nvmutil.c
@@ -252,8 +252,6 @@ main(int argc, char *argv[])
err(errno, "pledge (kill unveil)");
#endif
- srand((unsigned int)(time(NULL) ^ getpid()));
-
open_gbe_file();
memset(f->buf, 0, GBE_BUF_SIZE);