removed unused paramter tag

This commit is contained in:
Jeff Hill
2002-10-29 19:00:46 +00:00
parent 83368d1bc2
commit dda1e0e2aa
5 changed files with 5 additions and 5 deletions

View File

@@ -183,7 +183,7 @@ void oldChannelNotify::writeException ( int status, const char *pContext,
__FILE__, __LINE__, *this, type, count, CA_OP_PUT );
}
void oldChannelNotify::operator delete ( void *pCadaver )
void oldChannelNotify::operator delete ( void * )
{
// Visual C++ .net appears to require operator delete if
// placement operator delete is defined? I smell a ms rat