Kill AFS_64BIT_ENV
[openafs.git] / src / venus / cmdebug.c
index dcc861d..97114b9 100644 (file)
@@ -398,7 +398,6 @@ PrintCacheEntries64(struct rx_connection *aconn, int aint32)
            PrintLock(&centry.lock);
            printf("\n");
        }
-#ifdef AFS_64BIT_ENV
 #ifdef AFS_NT40_ENV
        printf("    %12I64d bytes  DV %12d  refcnt %5d\n", centry.Length,
               centry.DataVersion, centry.refCount);
@@ -406,10 +405,6 @@ PrintCacheEntries64(struct rx_connection *aconn, int aint32)
        printf("    %12llu bytes  DV %12d  refcnt %5d\n", centry.Length,
               centry.DataVersion, centry.refCount);
 #endif
-#else
-       printf("    %12d bytes  DV %12d  refcnt %5d\n", centry.Length,
-              centry.DataVersion, centry.refCount);
-#endif
         if (print_ctime) {
             time_t t = centry.cbExpires;
             printf("    callback %08x\texpires %s\n", centry.callback,