summaryrefslogtreecommitdiff
path: root/src/ptx.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-31 08:27:27 +0000
committerJim Meyering <jim@meyering.net>2004-03-31 08:27:27 +0000
commita448e764c39c1c4d9ac8d5826719428e1be77ce7 (patch)
tree094f5e74ff93cae2e205b5f92dd3b28dd32f83f3 /src/ptx.c
parent9ff9deed71fdaf726e77218297baea21af9b88b9 (diff)
downloadcoreutils-a448e764c39c1c4d9ac8d5826719428e1be77ce7.tar.xz
whoops. Remove old code, too, <blush>.
Diffstat (limited to 'src/ptx.c')
-rw-r--r--src/ptx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ptx.c b/src/ptx.c
index 3102b5356..3df7c792f 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;