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

@@ -81,7 +81,7 @@ nciu & netWriteNotifyIO::channel () const
return this->chan;
}
void netWriteNotifyIO::operator delete ( void * p )
void netWriteNotifyIO::operator delete ( void * )
{
// Visual C++ .net appears to require operator delete if
// placement operator delete is defined? I smell a ms rat