removed unused paramter tag

This commit is contained in:
Jeff Hill
2002-10-29 19:08:56 +00:00
parent d9919861f4
commit 39b7631c16
6 changed files with 6 additions and 6 deletions

View File

@@ -130,7 +130,7 @@ void comBuf::throwInsufficentBytesException ()
throw comBuf::insufficentBytesAvailable ();
}
void comBuf::operator delete ( void *pCadaver ) epics_throws (())
void comBuf::operator delete ( void * ) epics_throws (())
{
// Visual C++ .net appears to require operator delete if
// placement operator delete is defined? I smell a ms rat