lint cleanup
[unix-history] / usr / src / usr.bin / indent / indent.c
index 6acfb6c..b56aa94 100644 (file)
@@ -27,7 +27,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)indent.c   5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)indent.c   5.11 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "indent_globs.h"
 #endif /* not lint */
 
 #include "indent_globs.h"
@@ -55,7 +55,6 @@ main(argc, argv)
     int         hd_type;       /* used to store type of stmt for if (...),
                                 * for (...), etc */
     register int i;            /* local loop counter */
     int         hd_type;       /* used to store type of stmt for if (...),
                                 * for (...), etc */
     register int i;            /* local loop counter */
-    register int j;            /* local loop counter */
     int         scase;         /* set to true when we see a case, so we will
                                 * know what to do with the following colon */
     int         sp_sw;         /* when true, we are in the expressin of
     int         scase;         /* set to true when we see a case, so we will
                                 * know what to do with the following colon */
     int         sp_sw;         /* when true, we are in the expressin of