summary refs log tree commit diff
path: root/synapse/replication/slave/storage/deviceinbox.py
diff options
context:
space:
mode:
authorNick Mills-Barrett <nick@beeper.com>2022-07-21 19:56:45 +0200
committerGitHub <noreply@github.com>2022-07-21 17:56:45 +0000
commit86e366a46e13710c013141094c407f185ac3fbe3 (patch)
tree46a85329c06259abaa4164414fe9aa0e7504a9f7 /synapse/replication/slave/storage/deviceinbox.py
parentMake DictionaryCache have better expiry properties (#13292) (diff)
downloadsynapse-86e366a46e13710c013141094c407f185ac3fbe3.tar.xz
Remove old empty/redundant slaved stores. (#13349)
Diffstat (limited to 'synapse/replication/slave/storage/deviceinbox.py')
-rw-r--r--synapse/replication/slave/storage/deviceinbox.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/synapse/replication/slave/storage/deviceinbox.py b/synapse/replication/slave/storage/deviceinbox.py
deleted file mode 100644

index df9e4d8f45..0000000000 --- a/synapse/replication/slave/storage/deviceinbox.py +++ /dev/null
@@ -1,19 +0,0 @@ -# Copyright 2016 OpenMarket Ltd -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -from synapse.storage.databases.main.deviceinbox import DeviceInboxWorkerStore - - -class SlavedDeviceInboxStore(DeviceInboxWorkerStore): - pass