Changeset 204 for trunk/dll/select.c


Ignore:
Timestamp:
Jun 8, 2005, 7:57:53 AM (20 years ago)
Author:
root
Message:

Drop unused code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/select.c

    r158 r204  
    99  01 Aug 04 SHL Rework lstrip/rstrip usage
    1010  25 May 05 SHL Rework for ULONGLONG
     11  06 Jun 05 SHL Drop unused code
    1112
    1213***********************************************************************/
     
    8889        foundone = TRUE;
    8990      }
    90     }
    91     if(!foundone && !partial) {
    92 
    9391    }
    9492    if(!foundone)
     
    567565
    568566
    569 #pragma alloc_text (SELECT3,SpecialSelect,CompNames,CompNamesB)
     567#pragma alloc_text (SELECT3,SpecialSelect)
    570568#pragma alloc_text(SELECT4,FreeCnrs,SpecialSelect2,CompSSNames,CompSSNamesB)
    571 
    572 
    573 static int CompNamesB (const void *s1,const void *s2) {
    574 
    575   PCNRITEM pci = *(PCNRITEM *)s2;
    576 
    577   return stricmp((CHAR *)s1,pci->pszFileName);
    578 }
    579 
    580 
    581 static int CompNames (const void *s1,const void *s2) {
    582 
    583   PCNRITEM pci1 = *(PCNRITEM *)s1;
    584   PCNRITEM pci2 = *(PCNRITEM *)s2;
    585 
    586   return stricmp(pci1->pszFileName,pci2->pszFileName);
    587 }
    588569
    589570
Note: See TracChangeset for help on using the changeset viewer.