From: Ansgar Burchardt Date: Wed, 15 Jan 2014 15:02:54 +0000 (+0100) Subject: Remove unused function. X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=383c111a08c569b867903e6ef256cd23c9c0fcd0 Remove unused function. --- diff --git a/daklib/utils.py b/daklib/utils.py index 0febd106..0710fb37 100644 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -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):