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

Remove dead code. Build system updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/drv32/strategy.c

    r587 r591  
    4343ULONG deviceOwner = DEV_NO_OWNER;
    4444ULONG numOS2Opens = 0;
    45 extern BOOL fRewired; //pci.c
    4645
    4746extern DBGINT DbgInt;
     
    170169ULONG Strategy(REQPACKET __far* rp)
    171170{
    172   if (fRewired)
    173   {
    174     fRewired = FALSE;
    175     rprintf(("Strategy: Resuming"));
    176     OSS32_APMResume();
    177     DbgPrintIrq();
    178   }
    179 
    180171  if (rp->bCommand < sizeof(StratDispatch)/sizeof(StratDispatch[0])) return(StratDispatch[rp->bCommand](rp));
    181172  else return(RPERR_BADCOMMAND | RPDONE);
Note: See TracChangeset for help on using the changeset viewer.