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

    r1673 r1880  
    3434#include <ctype.h>
    3535#include <share.h>
    36 // #include <process.h>                 // _beginthread
    3736
    3837#define INCL_DOS
     
    560559                first = FALSE;
    561560              }
    562 // fprintf(stderr,"%d bytes of %d imported\n",howmuch,numimport);
    563561              if (howmuch < 1) {
    564562                numimport = 0;
     
    568566                numimport -= howmuch;
    569567                memmove(hexbuff, hexbuff + howmuch, numimport);
    570                 DosSleep(0);  //26 Aug 07 GKY 1
     568                DosSleep(0); 
    571569                if (!WinIsWindow(hab, h) || (vw && vw->killme))
    572570                  break;
     
    705703              first = FALSE;
    706704            }
    707 // fprintf(stderr,"%d bytes of %d imported\n",howmuch,numread);
    708705            if (howmuch < 1) {
    709706              numread = 0;
     
    723720                  numread = tempnum;
    724721              }
    725               DosSleep(0); //26 Aug 07 GKY 1
     722              DosSleep(0);
    726723            }
    727724            else
     
    734731            WinSetWindowText(grandpa, s);
    735732          }
    736           DosSleep(0); //26 Aug 07 GKY 1
     733          DosSleep(0);
    737734        }
    738735        DosFreeMem(buffer);
     
    812809  Fortify_LeaveScope();
    813810#  endif
    814   // _endthread();                      // 10 Dec 08 SHL
    815811}
    816812
Note: See TracChangeset for help on using the changeset viewer.