summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-12-06 11:15:25 +0000
committerErik Johnston <erik@matrix.org>2019-12-06 11:16:37 +0000
commite216ec381af713b9bc9d629bad219f4eb6a1a884 (patch)
treec1c2d4539abd075016cc5afa0d7956d2309bb4fb /synapse
parentFix DB scripts (diff)
downloadsynapse-e216ec381af713b9bc9d629bad219f4eb6a1a884.tar.xz
Remove unused var
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/database.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/storage/database.py b/synapse/storage/database.py
index be36c1b829..bd515d70d2 100644
--- a/synapse/storage/database.py
+++ b/synapse/storage/database.py
@@ -256,8 +256,6 @@ class Database(object):
                 self._check_safe_to_upsert,
             )
 
-        self.rand = random.SystemRandom()
-
     @defer.inlineCallbacks
     def _check_safe_to_upsert(self):
         """