Show
Ignore:
Timestamp:
04/21/08 12:36:51 (9 months ago)
Author:
gary
Message:

tidy up code - no change in any executable statements

upgrade lint, removed lint directives no longer needed
removed unused header files
extra ; removed in lines ending in ;;

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/ion_trim.cpp

    r1732 r1960  
    1616#include "struc.h" 
    1717#include "ionbal.h" 
    18 /*lint -e661 Possible access of out-of-bounds pointer*/ 
    1918 
    2019void ion_trim( 
     
    432431        return; 
    433432} 
    434 /*lint +e661 Possible access of out-of-bounds pointer*/