diff -r 5f5112a7d2ff tools/python/xen/util/auxbin.py --- a/tools/python/xen/util/auxbin.py Tue Jun 23 11:27:54 2009 +0100 +++ b/tools/python/xen/util/auxbin.py Tue Jun 23 15:44:17 2009 +0200 @@ -40,12 +40,6 @@ def pathTo(exebin): return exe return None -def path(): - return LIBEXEC - -def libpath(): - return LIBDIR - def xen_configdir(): return XEN_CONFIG_DIR