Skip to content

Commit 5e44b59

Browse files
two-heartripatel-fd
authored andcommitted
choreo: remove duplicate memset
1 parent 92410ec commit 5e44b59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/choreo/epoch/fd_epoch.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ fd_epoch_new( void * shmem, ulong voter_max ) {
1818
return NULL;
1919
}
2020

21-
fd_memset( shmem, 0, footprint );
2221
fd_wksp_t * wksp = fd_wksp_containing( shmem );
2322
if( FD_UNLIKELY( !wksp ) ) {
2423
FD_LOG_WARNING(( "shmem must be part of a workspace" ));

0 commit comments

Comments
 (0)