]> code.citadel.org Git - citadel.git/blobdiff - citadel/stats.c
This is part of the server core. It contains code relating to the writing
[citadel.git] / citadel / stats.c
index 3a8b877faf5f2add9cdfddca83b6ae9cc6107217..e5664f5d754a887e22e92fb6e65885de7a785d16 100644 (file)
@@ -102,7 +102,6 @@ main (argc, argv)
   time_t LogTime;
   unsigned int LogType;
   char LogName[256];
-  struct usersupp usersupp;
   int a, b, lowest;
   float p, q;
   long timeon[72];
@@ -351,6 +350,11 @@ main (argc, argv)
       prompt ();
 
     PC_ONLY_HERE:
+
+
+/*
+  This report doesn't work anymore, because it requires reading the user
+  file directly, which can't happen.
       printf ("Top 20 Contributing Users (post to call ratio)\n");
       printf ("P/C Ratio Username\n");
       printf ("--------- ------------------------------\n");
@@ -367,5 +371,6 @@ main (argc, argv)
       fclose (fp);
       pclose (sortpipe);
       exit (0);
+ */
     }
 }