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

@@ -71,7 +71,7 @@ void putCallback::exception (
this->chan.getClientCtx().destroyPutCallback ( *this );
}
void putCallback::operator delete ( void * pCadaver )
void putCallback::operator delete ( void * )
{
// Visual C++ .net appears to require operator delete if
// placement operator delete is defined? I smell a ms rat