mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
removing delete operator....next time the file is generated from its .idl equivalent, this would have
been removed.
This commit is contained in:
parent
7e92d31534
commit
c984f1653c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user