removed unused paramter tag

This commit is contained in:
Jeff Hill
2002-10-29 17:10:16 +00:00
parent ff07566b66
commit 223b7fbe2a
+1 -1
View File
@@ -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