Patch by Jonathon Wilson:
[reactos.git] / reactos / tools / rgenstat / rgenstat.c
index 126602d..802a3ed 100755 (executable)
@@ -50,7 +50,6 @@ PAPI_INFO sort_linked_list(PAPI_INFO,
 
 static FILE *in;
 static FILE *out;
-static char *file;
 static FILE *file_handle = NULL;
 static char *file_buffer = NULL;
 static unsigned int file_size = 0;
@@ -665,7 +664,6 @@ generate_xml_for_component(char *component_name)
   PAPI_INFO api_info;
   char buf[200];
   int complete;
-  int total;
   int implemented_total;
   int unimplemented_total;
 
@@ -882,7 +880,6 @@ int main(int argc, char **argv)
 {
   char *input_file;
   char *output_file;
-  int i;
 
   if (argc < 2)
   {