comparison lib-src/profile.c @ 2286:04bc9d2f42c7

[xemacs-hg @ 2004-09-20 19:18:55 by james] Mark all unused parameters as unused. Also eliminate some unneeded local variables.
author james
date Mon, 20 Sep 2004 19:20:08 +0000
parents 023b83f4e54b
children ecf1ebac70d8
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
89 (unsigned long) TV2.tv_usec - TV1.tv_usec); 89 (unsigned long) TV2.tv_usec - TV1.tv_usec);
90 return time_string; 90 return time_string;
91 } 91 }
92 92
93 int 93 int
94 main (int argc, char *argv[]) 94 main ()
95 { 95 {
96 int c; 96 int c;
97 while ((c = getchar ()) != EOF) 97 while ((c = getchar ()) != EOF)
98 { 98 {
99 switch (c) 99 switch (c)