diff --git a/src/reports.c b/src/reports.c index afc60fc..75d95e9 100644 --- a/src/reports.c +++ b/src/reports.c @@ -1828,7 +1828,6 @@ print_datatables(struct configTag *ct, int arch) { fprintf(fb,"ALL_BUILDS="); currheaderlist = ct->headerlist[arch]; while (currheaderlist) { - if (currheaderlist->obsoleted) printf("%s obsoleted\n", currheaderlist->name); fprintf(fs,"%s: _%s\n", currheaderlist->name, currheaderlist->sourceheader->name); if (!currheaderlist->obsoleted) { fprintf(fd,"%s ", currheaderlist->name);