* main: Removed log_cputime call.
authortwisti <none@none>
Thu, 15 Sep 2005 20:19:20 +0000 (20:19 +0000)
committertwisti <none@none>
Thu, 15 Sep 2005 20:19:20 +0000 (20:19 +0000)
src/cacaoh/cacaoh.c

index a03eb41529705fd50a7833ca232de07fb33a32fe..210fcd31336484da58d7613e255695d4bfe610a3 100644 (file)
@@ -30,7 +30,7 @@
             Philipp Tomsich
             Christian Thalinger
 
-   $Id: cacaoh.c 2879 2005-06-30 09:58:38Z twisti $
+   $Id: cacaoh.c 3184 2005-09-15 20:19:20Z twisti $
 
 */
 
@@ -326,7 +326,6 @@ int main(int argc, char **argv)
        if (opt_verbose) {
                log_text("Java - header-generator stopped");
 #if defined(STATISTICS)
-               log_cputime();
                mem_usagelog(true);
 #endif
        }