Changeset 204 for trunk/dll/grep.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/grep.c

    r163 r204  
    1313  25 May 05 SHL Rework for ULONGLONG
    1414  25 May 05 SHL Rework for FillInRecordFromFFB
     15  06 Jun 05 SHL Drop unused code
    1516
    1617***********************************************************************/
     
    595596    dcd = INSTDATA(grep->hwndFiles);
    596597    for(x = 0; grep->insertffb[x]; x++) {
    597       ULONGLONG ullBytes;
    598598      FillInRecordFromFFB(grep->hwndFiles,
    599599                          pci,
     
    741741
    742742    HOLDFEA *head,*info;
    743     USHORT  codepage,num,type,len;
     743    USHORT  type,len;
    744744    BOOL    alltext;
    745745    CHAR    *data,temp;
     
    764764            break;
    765765          case EAT_MVST:
    766             codepage = *(USHORT *)(info->value + sizeof(USHORT));
    767             num = *(USHORT *)(info->value + (sizeof(USHORT) * 2));
    768766            type = *(USHORT *)(info->value + (sizeof(USHORT) * 3));
    769767            if(type == EAT_ASCII) {
     
    797795            break;
    798796          case EAT_MVMT:
    799             codepage = *(USHORT *)(info->value + sizeof(USHORT));
    800             num = *(USHORT *)(info->value + (sizeof(USHORT) * 2));
    801797            data = info->value + (sizeof(USHORT) * 3);
    802798            type = *(USHORT *)data;
Note: See TracChangeset for help on using the changeset viewer.