]> arthur.barton.de Git - bup.git/commitdiff
cmd/memtest: remove an unused function.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 1 Dec 2010 09:31:31 +0000 (01:31 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 1 Dec 2010 09:31:40 +0000 (01:31 -0800)
Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/memtest-cmd.py

index 610e4395839c5b27ad3aa3c595bc3772bb81e1fd..7d9eadc8c2845a8e3d947962a13fc0ea023b2eab 100755 (executable)
@@ -5,11 +5,6 @@ from bup.helpers import *
 
 handle_ctrl_c()
 
-def s_from_bytes(bytes):
-    clist = [chr(b) for b in bytes]
-    return ''.join(clist)
-
-
 _linux_warned = 0
 def linux_memstat():
     global _linux_warned