From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] tools python: remove unused python functions Date: Tue, 23 Jun 2009 15:48:23 +0200 Message-ID: <200906231548.23749.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_n0NQKOg/xzvIRji" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --Boundary-00=_n0NQKOg/xzvIRji Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi! Attached patch removes two python functions from auxbin which are no longer in use. Signed-off-by: Christoph Egger -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --Boundary-00=_n0NQKOg/xzvIRji Content-Type: text/x-diff; charset="us-ascii"; name="xen_auxbin.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_auxbin.diff" 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 --Boundary-00=_n0NQKOg/xzvIRji Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary-00=_n0NQKOg/xzvIRji--