we dont need tocheck the return from new with assert

This commit is contained in:
Jeff Hill
2009-08-24 17:01:21 +00:00
parent 1c95101ae1
commit aa904449c0
2 changed files with 0 additions and 2 deletions

View File

@@ -66,7 +66,6 @@ void caConnTest ( const char *pNameIn, unsigned channelCountIn, double delayIn )
channelCount = channelCountIn;
pChans = new chid [channelCount];
assert ( pChans );
while ( 1 ) {
connCount = 0u;