fix: coverity issues

CID: 354727
This commit is contained in:
Ganlin Zhao 2022-10-17 10:59:32 +08:00
parent 84817bf743
commit 2abd0eec40
1 changed files with 0 additions and 4 deletions

View File

@ -28,10 +28,6 @@
*exti = -1; \
break; \
} \
if ((res) > (maxv)) { \
*exti = 1; \
break; \
} \
assert(0); \
} while (0)