Removed duplicated operator delete from merge conflict.
This commit is contained in:
parent
4465daa57a
commit
2cd79bf3a8
@ -253,12 +253,6 @@ class DynamicMessage : public Message {
|
|||||||
DynamicMessage(const TypeInfo* type_info);
|
DynamicMessage(const TypeInfo* type_info);
|
||||||
~DynamicMessage();
|
~DynamicMessage();
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
|
||||||
void operator delete(void *p) {
|
|
||||||
::operator delete(p); // non-sized deallocation
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Called on the prototype after construction to initialize message fields.
|
// Called on the prototype after construction to initialize message fields.
|
||||||
void CrossLinkPrototypes();
|
void CrossLinkPrototypes();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user