Changeset 1880 for trunk/dll/filldir.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/filldir.c

    r1877 r1880  
    132132#include <ctype.h>
    133133#include <limits.h>
    134 // #include <process.h>                 // _beginthread
    135134
    136135#define INCL_DOS
     
    919918                (pffbFile->achName[1] == '.' && !pffbFile->achName[2])) ||
    920919               (LoadedFirstChild && !stricmp(LoadedFirstChild, pffbFile->achName)))) {
    921             // ulFindCnt--;             // Got . or .. or file to be skipped
     920                        // Got . or .. or file to be skipped
    922921          }
    923922          else
     
    10631062
    10641063            if (!pciFirst) {
    1065               //ERRORID erridErrorCode = WinGetLastError(WinQueryAnchorBlock(hwndCnr));
    1066               //PmpfF(("Allocation failed %i", erridErrorCode));
    10671064              Win_Error(hwndCnr, HWND_DESKTOP, pszSrcFile, __LINE__,
    10681065                        GetPString(IDS_CMALLOCRECERRTEXT));
     
    11471144            }
    11481145          }
    1149           //SleepIfNeeded(&itdSleep, 1);
    11501146        }
    11511147        priority_normal();
Note: See TracChangeset for help on using the changeset viewer.