e_info_client: remove duplicated range check while read uint from string. 74/259674/1
authorJunseok, Kim <juns.kim@samsung.com>
Fri, 11 Jun 2021 01:55:57 +0000 (10:55 +0900)
committerJunseok, Kim <juns.kim@samsung.com>
Fri, 11 Jun 2021 01:55:57 +0000 (10:55 +0900)
commit3dfd09160452a73cbceacdca64f130c93cb62f27
tree24b39cb3da9489a3b0982f2e4df5e7859c7f177f
parent0a931683661eeccf3bc17e03988bfb0caf91ee94
e_info_client: remove duplicated range check while read uint from string.

Because of above line already checked out of bound of the ulong from string,
The check that greater than max of uint has no affect to result.
So, remove that check code.

Change-Id: I0ef61639664c592f02dbf6d4dd095bea46c4b596
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
src/bin/e_info_client.c