mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
nvmutil: remove redundant srand call
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user