From 223b7fbe2a40006064ed375ff0f12359eac72919 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 29 Oct 2002 17:10:16 +0000 Subject: [PATCH] removed unused paramter tag --- src/ca/nciu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/nciu.cpp b/src/ca/nciu.cpp index da0a3e58d..9d5c7709b 100644 --- a/src/ca/nciu.cpp +++ b/src/ca/nciu.cpp @@ -84,7 +84,7 @@ void nciu::destroy () this->cacCtx.destroyChannel ( *this ); } -void nciu::operator delete ( void * pCadaver ) +void nciu::operator delete ( void * ) { // Visual C++ .net appears to require operator delete if // placement operator delete is defined? I smell a ms rat