remove unused int_rnd function (#23717)

* testing

* revert

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
pull/23723/head
Gregor Kikelj 2022-02-07 23:12:54 +01:00 committed by GitHub
parent 4c406cdbe5
commit 12b48dcfb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
def int_rnd(x):
return int(round(x))
def clip(x, lo, hi):
return max(lo, min(hi, x))