summary refs log tree commit diff
path: root/synapse/config/_base.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-06-21 17:13:27 +0100
committerRichard van der Hoff <richard@matrix.org>2019-06-24 13:51:22 +0100
commit367a8263b3afb3ce6b404f355208528014dc6b76 (patch)
tree0c639fb97b05a9b689a8bbfd052dfa68e225404c /synapse/config/_base.py
parentAllow configuration of the path used for ACME account keys. (diff)
downloadsynapse-367a8263b3afb3ce6b404f355208528014dc6b76.tar.xz
Remove unused Config.config_dir_path attribute
This is no longer used and only serves to confuse.
Diffstat (limited to 'synapse/config/_base.py')
-rw-r--r--synapse/config/_base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/config/_base.py b/synapse/config/_base.py
index 6baa315874..21d110c82d 100644
--- a/synapse/config/_base.py
+++ b/synapse/config/_base.py
@@ -414,9 +414,6 @@ class Config(object):
 
         Returns: dict
         """
-        # FIXME: get rid of this
-        self.config_dir_path = config_dir_path
-
         # first we read the config files into a dict
         specified_config = {}
         for config_file in config_files: