Remove unused function.

上级 71d1cd95
......@@ -781,14 +781,6 @@ def which_conf_file ():
return default_config
def which_alias_file():
hostname = socket.getfqdn()
aliasfn = '/var/lib/misc/'+hostname+'/forward-alias'
if os.path.exists(aliasfn):
return aliasfn
else:
return None
################################################################################
def TemplateSubst(subst_map, filename):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册