Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The found variable in ColumnarAddCacheEntry() is only used in the if-else-branch. It is true in if-branch, and false in the else-branch, since the dlist_push_tail() is always executed in the else-branch, the found variable is unnecessary.
- Loading branch information