Changeset 591 for GPL/trunk/lib32


Ignore:
Timestamp:
Mar 9, 2017, 12:59:01 AM (9 years ago)
Author:
David Azarewicz
Message:

Remove dead code. Build system updates.

Location:
GPL/trunk/lib32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/ioctl.c

    r549 r591  
    122122                return -EBADFD;
    123123
    124         //printk("wait for %x. tout %i\n",substream, timeout);
     124        //dprintf(("wait for %x. tout %i\n",substream, timeout));
    125125
    126126        while (1)
  • GPL/trunk/lib32/pci.c

    r587 r591  
    4747//struct pci_bus pci_busses[MAX_PCI_BUSSES] = {0};
    4848
    49 BOOL    fRewired = FALSE;
    5049extern int nrCardsDetected;
    5150
Note: See TracChangeset for help on using the changeset viewer.