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

    r1841 r1880  
    2626#define INCL_DOSMISC                    // DosDumpProcess?
    2727#define INCL_DOSERRORS                  // NO_ERROR
    28 // #include <os2.h>
    2928
    3029#include "wrappers.h"                   // xmalloc xfree
     
    6564              "DosSetExceptionHandler");
    6665  }
    67 
    68 #if 0 // 11 Dec 08 SHL fixme tobe gone - debug
    69   {
    70     static UINT when;
    71     if (++when == 2)
    72       *(char*)0 = 0;
    73   }
    74 #endif
    7566
    7667  (*ptd->pfnThread)(ptd->pvArgs);       // Invoke thread
Note: See TracChangeset for help on using the changeset viewer.