Skip to content

Commit

Permalink
Removed unused clean() method in file-based session.
Browse files Browse the repository at this point in the history
Unused since its introduction in bcf7e9a.
  • Loading branch information
felixxm authored Mar 12, 2024
1 parent c925448 commit 80fe2f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions django/contrib/sessions/backends/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@ def delete(self, session_key=None):
except OSError:
pass

def clean(self):
pass

@classmethod
def clear_expired(cls):
storage_path = cls._get_storage_path()
Expand Down

0 comments on commit 80fe2f4

Please sign in to comment.