Remove unused method from keystone.common.utils

The strtime() method doens't seem to be used anywhere in keystone or
its tests.

Change-Id: Ic00191de812d4f81bdc0e85712346a6c719eb906
This commit is contained in:
Lance Bragstad 2016-09-12 16:31:19 +00:00
parent d1a761293a
commit 3c5af9a069
1 changed files with 0 additions and 5 deletions

View File

@ -536,11 +536,6 @@ def isotime(at=None, subsecond=False):
return st
def strtime():
at = timeutils.utcnow()
return at.strftime(timeutils.PERFECT_TIME_FORMAT)
def get_token_ref(context):
"""Retrieve KeystoneToken object from the auth context and returns it.