aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-19 14:48:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2015-10-19 14:48:24 +0200
commitfd19faf70569ca3173a94cf19ecc9b60efe3f480 (patch)
tree7ae5a90b02e7b871e14795ef1df18b3422d4fb13
parent2e86a5c98d8cc716844eb0084adc5849a12cf0c7 (diff)
downloadbusybox-w32-fd19faf70569ca3173a94cf19ecc9b60efe3f480.tar.gz
busybox-w32-fd19faf70569ca3173a94cf19ecc9b60efe3f480.tar.bz2
busybox-w32-fd19faf70569ca3173a94cf19ecc9b60efe3f480.zip
remove extra debug printout
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--coreutils/sort.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c
index 7fb4df5bd..c2e8bb8de 100644
--- a/coreutils/sort.c
+++ b/coreutils/sort.c
@@ -159,7 +159,6 @@ static char *get_key(char *str, struct sort_key *key, int flags)
159 } 159 }
160 if (!j) start = end; 160 if (!j) start = end;
161 } 161 }
162//bb_error_msg("start:%d,end:%d", start, end);
163 /* Strip leading whitespace if necessary */ 162 /* Strip leading whitespace if necessary */
164//XXX: skip_whitespace() 163//XXX: skip_whitespace()
165 if (flags & FLAG_b) 164 if (flags & FLAG_b)