Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
out_chronicle: remove unnecessary if.
To this point, found will always be FLB_FALSE (hence the expression will always be true). It's only changed in one line, and that block ends with a break, hence never reaching the removed if statement. Signed-off-by: lecaros <[email protected]>
- Loading branch information