mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
dead code
This commit is contained in:
parent
06de4c88c4
commit
045af64c2b
@ -193,7 +193,6 @@ def read_config(basedir, portnumfile, generated_files=[], _valid_config_sections
|
||||
# make sure we have a private configuration area
|
||||
fileutil.make_dirs(os.path.join(basedir, "private"), 0o700)
|
||||
|
||||
configutil.validate_config(config_fname, parser, _valid_config_sections())
|
||||
return _Config(parser, portnumfile, basedir, config_fname)
|
||||
|
||||
|
||||
|
@ -210,9 +210,6 @@ def create_no_network_client(basedir):
|
||||
|
||||
class _NoNetworkClient(_Client):
|
||||
|
||||
def _is_tub_listening(self):
|
||||
return True
|
||||
|
||||
def init_connections(self):
|
||||
pass
|
||||
def create_main_tub(self):
|
||||
|
Loading…
Reference in New Issue
Block a user