From 383c111a08c569b867903e6ef256cd23c9c0fcd0 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Wed, 15 Jan 2014 16:02:54 +0100 Subject: [PATCH] Remove unused function. --- daklib/utils.py | 8 -------- 1 file changed, 8 deletions(-) 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): -- 2.39.2