]> andersk Git - splint.git/blobdiff - src/uentry.c
Run LCLint on the code on cleaned things up a like.
[splint.git] / src / uentry.c
index 5da16f327c873775dde5e354e416359da04e9c08..4b1eda532f72ebae4ed1026a2b3057c3977728c6 100644 (file)
@@ -9730,7 +9730,7 @@ void uentry_checkName (uentry ue)
 }
 
 /* new start modifications */
-
+/*
 void uentry_testInRange (uentry p_e, uentry cconstant)  {
   if( uentry_isValid(p_e) ) {
     if( sRef_isValid (p_e->sref) ) {
@@ -9741,6 +9741,7 @@ void uentry_testInRange (uentry p_e, uentry cconstant)  {
     }//end if
   }//endif
 }
+*/
 
 void uentry_setStringLength (uentry p_e, uentry cconstant)  {
 if( uentry_isValid(p_e) ) {
This page took 0.064519 seconds and 4 git commands to generate.