]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
whoops. Remove old code, too, <blush>.
authorJim Meyering <jim@meyering.net>
Wed, 31 Mar 2004 08:27:27 +0000 (08:27 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 31 Mar 2004 08:27:27 +0000 (08:27 +0000)
src/ptx.c

index 3102b535600ca930ca5c48ffc3d45daa1ae40c23..3df7c792fdbc6e0fb3455aa62e8c65cbc6aacfd8 100644 (file)
--- 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;