summary refs log tree commit diff
path: root/synapse/storage/_base.py
diff options
context:
space:
mode:
authorDavid Baker <dbkr@users.noreply.github.com>2016-05-24 16:22:13 +0100
committerDavid Baker <dbkr@users.noreply.github.com>2016-05-24 16:22:13 +0100
commit209ba4d024a915eb2785975d3d3fc48041f6d5a8 (patch)
tree6e075e56a256a74b25a11323544a1e3610c24a18 /synapse/storage/_base.py
parentCheck for presence of 'avatar_url' key (diff)
parentRemove debug logging (diff)
downloadsynapse-209ba4d024a915eb2785975d3d3fc48041f6d5a8.tar.xz
Merge pull request #795 from matrix-org/dbkr/delete_push_actions_after_a_month
Only delete push actions after 30 days
Diffstat (limited to 'synapse/storage/_base.py')
-rw-r--r--synapse/storage/_base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/_base.py b/synapse/storage/_base.py
index e0d7098692..56a0dd80f3 100644
--- a/synapse/storage/_base.py
+++ b/synapse/storage/_base.py
@@ -153,7 +153,6 @@ class SQLBaseStore(object):
     def __init__(self, hs):
         self.hs = hs
         self._db_pool = hs.get_db_pool()
-        self._clock = hs.get_clock()
 
         self._previous_txn_total_time = 0
         self._current_txn_total_time = 0