From: Avery Pennarun Date: Wed, 1 Dec 2010 09:31:31 +0000 (-0800) Subject: cmd/memtest: remove an unused function. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=822a023f3d481ef84348a0f864580167f6039646;p=packages%2Fb%2Fbup.git cmd/memtest: remove an unused function. Signed-off-by: Avery Pennarun --- diff --git a/cmd/memtest-cmd.py b/cmd/memtest-cmd.py index 610e439..7d9eadc 100755 --- a/cmd/memtest-cmd.py +++ b/cmd/memtest-cmd.py @@ -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