From f2bb69d43dac8cd8b66c2506bc32847838dc0829 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 9 Sep 2014 08:32:49 -0700 Subject: [PATCH] Value is no longer used --- lib/cli/cli.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cli/cli.php b/lib/cli/cli.php index 0d35542..b320553 100755 --- a/lib/cli/cli.php +++ b/lib/cli/cli.php @@ -207,7 +207,6 @@ function safe_str_pad( $string, $length ) { } else { $real_length = safe_strlen( $string ); } - $show_length = Colors::length( $string ); $diff = strlen( $string ) - $real_length; $length += $diff; return str_pad( $string, $length );