[Pkg-xen-changes] r1015 - trunk/xen/debian

Bastian Blank waldi at alioth.debian.org
Sun May 6 18:01:39 UTC 2012


Author: waldi
Date: Sun May  6 18:01:39 2012
New Revision: 1015

Log:
debian/xen-utils-common.xendomains.init: Remove unused function.

Modified:
   trunk/xen/debian/xen-utils-common.xendomains.init

Modified: trunk/xen/debian/xen-utils-common.xendomains.init
==============================================================================
--- trunk/xen/debian/xen-utils-common.xendomains.init	Sun May  6 18:01:00 2012	(r1014)
+++ trunk/xen/debian/xen-utils-common.xendomains.init	Sun May  6 18:01:39 2012	(r1015)
@@ -27,17 +27,6 @@
 
 shopt -s nullglob
 
-if ! which usleep >&/dev/null
-then
-  usleep()
-  {
-    if [ -n "$1" ]
-    then
-      sleep $(( $1 / 1000000 ))
-    fi
-  }
-fi
-
 check_config_name()
 {
   xen create --quiet --dryrun --defconfig "$1" | sed -n 's/^.*(name \(.*\))$/\1/p'



More information about the Pkg-xen-changes mailing list