mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 16:13:51 +01:00
Remove unused Config.config_dir_path attribute
This is no longer used and only serves to confuse.
This commit is contained in:
parent
edea4bb5be
commit
367a8263b3
1 changed files with 0 additions and 3 deletions
|
@ -414,9 +414,6 @@ class Config(object):
|
||||||
|
|
||||||
Returns: dict
|
Returns: dict
|
||||||
"""
|
"""
|
||||||
# FIXME: get rid of this
|
|
||||||
self.config_dir_path = config_dir_path
|
|
||||||
|
|
||||||
# first we read the config files into a dict
|
# first we read the config files into a dict
|
||||||
specified_config = {}
|
specified_config = {}
|
||||||
for config_file in config_files:
|
for config_file in config_files:
|
||||||
|
|
Loading…
Reference in a new issue