From a448e764c39c1c4d9ac8d5826719428e1be77ce7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 31 Mar 2004 08:27:27 +0000 Subject: [PATCH] whoops. Remove old code, too, . --- src/ptx.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.47.2