From d4139dc3fe069790e0ff3ac154dae39591c7a6dc Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 1 Apr 2015 21:47:20 +0000 Subject: Revert unintentional commit. This will be revisited shortly. --- usr.bin/sort/coll.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/sort/coll.c b/usr.bin/sort/coll.c index 083fede53de..2087817e8bf 100644 --- a/usr.bin/sort/coll.c +++ b/usr.bin/sort/coll.c @@ -1,4 +1,4 @@ -/* $OpenBSD: coll.c,v 1.5 2015/04/01 21:46:38 millert Exp $ */ +/* $OpenBSD: coll.c,v 1.6 2015/04/01 21:47:19 millert Exp $ */ /*- * Copyright (C) 2009 Gabor Kovesdan @@ -406,13 +406,11 @@ preproc(struct bwstring *s, struct keys_array *ka) struct bwstring *ret = NULL; struct sort_mods *sm = default_sort_mods; -#if 0 /* historically -b has only been effective w/ -k */ if (sm->bflag) { if (ret == NULL) ret = bwsdup(s); ret = ignore_leading_blanks(ret); } -#endif if (sm->dflag) { if (ret == NULL) ret = bwsdup(s); -- cgit v1.2.3