Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the unreachable checking code
Motivation: 'length2 == 0' is not reachable because length1 and length2 are same at this point. Motification: Removed 'length2 == 0'. Result: Cleaner code.
- Loading branch information