[Common-cvs] util hxabdutil.cpp,1.3,1.4
acolwell at helixcommunity.org acolwell at helixcommunity.orgUpdate of /cvsroot/common/util
In directory cvs-new:/tmp/cvs-serv15571
Modified Files:
hxabdutil.cpp
Log Message:
Remove cleanup labels
Index: hxabdutil.cpp
===================================================================
RCS file: /cvsroot/common/util/hxabdutil.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- hxabdutil.cpp 15 Dec 2004 23:13:29 -0000 1.3
+++ hxabdutil.cpp 25 Jan 2005 17:12:43 -0000 1.4
@@ -88,8 +88,6 @@
dwResult = dwTotalRead / (dwTotalGap * 125.0);
}
-cleanup:
-
return dwResult;
}
@@ -182,8 +180,6 @@
dwResult = (((dwTotalRead / nGaps) * sum_count) / (gap_sum * 125));
}
-cleanup:
-
return dwResult;
}