Skip to content

Commit 982db35

Browse files
anarcheuzripatel-fd
authored andcommitted
flamenco: remove dead check
1 parent 3465ee4 commit 982db35

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/flamenco/runtime/fd_executor.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,9 +1670,7 @@ fd_executor_txn_check( fd_runtime_t * runtime,
16701670
}
16711671
}
16721672

1673-
if( starting_lamports != ULONG_MAX ) {
1674-
fd_uwide_inc( &starting_lamports_h, &starting_lamports_l, starting_lamports_h, starting_lamports_l, starting_lamports );
1675-
}
1673+
fd_uwide_inc( &starting_lamports_h, &starting_lamports_l, starting_lamports_h, starting_lamports_l, starting_lamports );
16761674
}
16771675
}
16781676

0 commit comments

Comments
 (0)