diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-06-21 17:13:27 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-06-24 13:51:22 +0100 |
commit | 367a8263b3afb3ce6b404f355208528014dc6b76 (patch) | |
tree | 0c639fb97b05a9b689a8bbfd052dfa68e225404c /synapse/config | |
parent | Allow configuration of the path used for ACME account keys. (diff) | |
download | synapse-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')
-rw-r--r-- | synapse/config/_base.py | 3 |
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: |