From 6b41b901ce61661abb736fb97349f38b1051a4f4 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(-) (limited to 'util') 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