From 6dee35541be6669d2d783bea37e0f230b10ade23 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Wed, 24 Jul 2024 17:17:45 -0400 Subject: Remove deprecated API functions. --- python/enterprise.py | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'python/enterprise.py') diff --git a/python/enterprise.py b/python/enterprise.py index 5b4403d5..65fd31be 100644 --- a/python/enterprise.py +++ b/python/enterprise.py @@ -255,21 +255,6 @@ def update_license(duration, _cache=True): raise RuntimeError(last_error()) -@deprecation.deprecated(deprecated_in="3.4.4137", details="Use .update_license instead.") -def acquire_license(duration, _cache=True): - """ - Function deprecated. Use update_license instead. - - Check out and activate a license from the Enterprise Server. - - .. note:: You must authenticate with the Enterprise Server before calling this. - - :param int duration: Desired length of license checkout, in seconds. - :param bool _cache: Deprecated but left in for compatibility - """ - update_license(duration, _cache) - - def release_license(): """ Release the currently checked out license back to the Enterprise Server. -- cgit v1.3.1