From: Jim Meyering Date: Wed, 31 Mar 2004 08:27:27 +0000 (+0000) Subject: whoops. Remove old code, too, . X-Git-Tag: v5.3.0~1896 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a448e764c39c1c4d9ac8d5826719428e1be77ce7;p=thirdparty%2Fcoreutils.git whoops. Remove old code, too, . --- diff --git a/src/ptx.c b/src/ptx.c index 3102b53560..3df7c792fd 100644 --- a/src/ptx.c +++ b/src/ptx.c @@ -2056,7 +2056,6 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"), break; case 'w': - line_width = atoi (optarg); { unsigned long int tmp_ulong; if (xstrtoul (optarg, NULL, 0, &tmp_ulong, NULL) != LONGINT_OK @@ -2066,7 +2065,6 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"), line_width = tmp_ulong; break; } - break; case 'A': auto_reference = 1;