Changeset 1880 for trunk/dll/killproc.c


Ignore:
Timestamp:
Oct 12, 2015, 8:26:16 PM (10 years ago)
Author:
Gregg Young
Message:

Remove dead code and comments from remaining c files. #if 0 and #if NEVER were not addressed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/killproc.c

    r1859 r1880  
    4343#include <string.h>
    4444#include <ctype.h>
    45 // #include <process.h>
    4645#include <limits.h>
    4746
     
    472471        }
    473472        else
    474           DosSleep(100);                // 05 Aug 07 GKY 250
     473          DosSleep(100);               
    475474      }
    476475      else if (fUseQSysState)
     
    484483        }
    485484        else
    486           DosSleep(100);//05 Aug 07 GKY 250
     485          DosSleep(100);
    487486      else {
    488487        if (xbeginthread(FillKillListThread,
Note: See TracChangeset for help on using the changeset viewer.