]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove unused "time_func"
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Jun 2019 13:11:01 +0000 (09:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Jun 2019 13:11:01 +0000 (09:11 -0400)
commit0fff647a8f1fb863ec99195a65cf6e64ce204445
tree5308649ffa3e57222ce88bc4e4bd9211911e32f2
parentf94648bb922a73423d73f17c2148253fcc5893b9
Remove unused "time_func"

This compat name is not used and is also referring to a
deprecated API for the win32 case.

Fixes: #4731
Change-Id: I0f2b07347c15455b58c27e29a19fb55e159f332a
lib/sqlalchemy/util/compat.py