]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
util-warnings-cleanup-20010606
authorNathan Neulinger <nneul@umr.edu>
Wed, 6 Jun 2001 23:01:17 +0000 (23:01 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 6 Jun 2001 23:01:17 +0000 (23:01 +0000)
clean up in flipbase64

src/util/flipbase64.c

index 20c3c09638a83a54c6dfad5f1ffebc69a7276292..e2977f9f427b4524dc2809ccf46edc1792eef7fe 100644 (file)
@@ -33,7 +33,7 @@ char *int64_to_flipbase64(lb64_string_t s, afs_int64 a)
 char *int64_to_flipbase64(lb64_string_t s, u_int64_t a)
 #endif
 {
-    int i, j;
+    int i;
 #ifdef AFS_64BIT_ENV
     afs_int64 n;
 #else