Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove unused Config.config_dir_path attribute
Browse files Browse the repository at this point in the history
This is no longer used and only serves to confuse.
  • Loading branch information
richvdh committed Jun 24, 2019
1 parent edea4bb commit 367a826
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions synapse/config/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,6 @@ def read_config_files(self, config_files, config_dir_path, data_dir_path):
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:
Expand Down

0 comments on commit 367a826

Please sign in to comment.