From a37fc2a96275b60de592b63d528b2d4b4cbf4133 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 9 May 2002 00:37:15 +0000 Subject: [PATCH] new interface --- src/ca/baseNMIU.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ca/baseNMIU.cpp b/src/ca/baseNMIU.cpp index b55bab15e..cc4fe6f3f 100644 --- a/src/ca/baseNMIU.cpp +++ b/src/ca/baseNMIU.cpp @@ -16,11 +16,6 @@ #include "nciu.h" #include "netIO.h" -baseNMIU::baseNMIU ( nciu &chanIn ) : - chan ( chanIn ) -{ -} - baseNMIU::~baseNMIU () { }