From f7f3c54f9371647e6708f29cae9b8fbf3368e1da Mon Sep 17 00:00:00 2001 From: meejah Date: Mon, 26 Feb 2018 15:12:46 -0700 Subject: [PATCH] dead code --- src/allmydata/node.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/allmydata/node.py b/src/allmydata/node.py index f71bd2608..816b4d4c0 100644 --- a/src/allmydata/node.py +++ b/src/allmydata/node.py @@ -226,14 +226,6 @@ class _Config(object): def validate(self, valid_config_sections): configutil.validate_config(self._config_fname, self.config, valid_config_sections) - def read_config(self): - - try: - self.config = configutil.get_config(self.config_fname) - except EnvironmentError: - if os.path.exists(self.config_fname): - raise - def write_config_file(self, name, value, mode="w"): """ writes the given 'value' into a file called 'name' in the config