From 5a9e5017ea97935f979c62a6189e70afb73c9f50 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 18 Mar 2026 04:06:23 +0000 Subject: nvmutil: remove redundant srand call Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 2 -- 1 file changed, 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); -- cgit v1.2.1