mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Removed unused clean() method in file-based session.
Unused since its introduction in bcf7e9a9fe.
This commit is contained in:
@@ -190,9 +190,6 @@ class SessionStore(SessionBase):
|
|||||||
except OSError:
|
except OSError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def clean(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def clear_expired(cls):
|
def clear_expired(cls):
|
||||||
storage_path = cls._get_storage_path()
|
storage_path = cls._get_storage_path()
|
||||||
|
|||||||
Reference in New Issue
Block a user