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

@@ -70,7 +70,7 @@ void oldSubscription::exception (
}
}
void oldSubscription::operator delete ( void *pCadaver )
void oldSubscription::operator delete ( void * )
{
// Visual C++ .net appears to require operator delete if
// placement operator delete is defined? I smell a ms rat