[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Remove unused function.



---
 daklib/utils.py |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/daklib/utils.py b/daklib/utils.py
index 0febd10..0710fb3 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):
-- 
1.7.10.4


Reply to: