reports.c: remove forgotten debugging line
This commit is contained in:
parent
776d307662
commit
e4d8771c25
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user