removing delete operator....next time the file is generated from its .idl equivalent, this would have

been removed.
This commit is contained in:
mscott%netscape.com 1999-01-31 07:48:34 +00:00
parent 7e92d31534
commit c984f1653c

View File

@ -47,9 +47,6 @@ enum FolderType {
{ 0xb7, 0xef, 0x00, 0x80, 0x5f, 0x05, 0xff, 0xa5 }}
class nsIMsgFolder : public nsIRDFResource {
private:
void operator delete(void *); // NOT TO BE IMPLEMENTED
public:
static const nsIID& IID() {
static nsIID iid = NS_IMSGFOLDER_IID;