]> git.ipfire.org Git - thirdparty/mtr.git/commit
Remove redundant code 526/head
authorMarek Küthe <m.k@mk16.de>
Sat, 15 Feb 2025 21:35:41 +0000 (21:35 +0000)
committerMarek Küthe <m.k@mk16.de>
Sat, 15 Feb 2025 21:35:41 +0000 (21:35 +0000)
commit778862f139580768bbb3ec443c81cbb937860a76
tree53f8c493910aab99b6f856f89055e1f279ad5b4c
parentf16fcbc415bffafcf1164ac9ce1640436e7dd663
Remove redundant code

As @yvs2014 noted in https://github.com/traviscross/mtr/issues/523#issuecomment-2660970185, it is unnecessary to check whether an int is larger than the maximum int value. An int cannot be greater than the maximum int value.
ui/utils.c