WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] tools python: remove unused auxbin functi

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] tools python: remove unused auxbin functions
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 23 Jun 2009 09:30:19 -0700
Delivery-date: Tue, 23 Jun 2009 09:30:25 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1245774388 -3600
# Node ID c1bdfb5c3c5c7fe22b14510e3b7a56eb1edcb8f5
# Parent  4155051393333941af13d6e0c637824e5e2db841
tools python: remove unused auxbin functions

Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
---
 tools/python/xen/util/auxbin.py |    6 ------
 1 files changed, 6 deletions(-)

diff -r 415505139333 -r c1bdfb5c3c5c tools/python/xen/util/auxbin.py
--- a/tools/python/xen/util/auxbin.py   Tue Jun 23 17:25:51 2009 +0100
+++ b/tools/python/xen/util/auxbin.py   Tue Jun 23 17:26:28 2009 +0100
@@ -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
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] tools python: remove unused auxbin functions, Xen patchbot-unstable <=