Skip to content

Commit 9984e33

Browse files
committed
remove spad frame
1 parent 164af76 commit 9984e33

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/flamenco/runtime/fd_runtime.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2936,8 +2936,6 @@ void
29362936
fd_runtime_reverify_cached_programs( fd_exec_slot_ctx_t * slot_ctx,
29372937
fd_txn_p_t const * txn_p,
29382938
fd_spad_t * runtime_spad ) {
2939-
FD_SPAD_FRAME_BEGIN( runtime_spad ) {
2940-
29412939
fd_txn_t const * txn_descriptor = TXN( txn_p );
29422940

29432941
/* Iterate over account keys referenced directly in the transaction first */
@@ -2973,8 +2971,6 @@ FD_SPAD_FRAME_BEGIN( runtime_spad ) {
29732971
fd_bpf_program_reverify( slot_ctx, account, runtime_spad );
29742972
}
29752973
}
2976-
2977-
} FD_SPAD_FRAME_END;
29782974
}
29792975

29802976
/* if we are currently in the middle of a batch, batch_cnt will include the current batch.

0 commit comments

Comments
 (0)