From aab783d3876b5c13110521db5ca90a61c78a9fc0 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 25 Apr 2002 22:18:33 +0000 Subject: [PATCH] commented out unreachable code --- src/ca/caConnTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/caConnTest.cpp b/src/ca/caConnTest.cpp index 2771fa83e..f698c8b61 100644 --- a/src/ca/caConnTest.cpp +++ b/src/ca/caConnTest.cpp @@ -97,5 +97,5 @@ void caConnTest ( const char *pNameIn, unsigned channelCountIn, double delayIn ) iteration++; } - delete [] pChans; + //delete [] pChans; }