Remove empty constructors and destructors from core/
This commit is contained in:
@@ -121,7 +121,4 @@ public:
|
||||
void store_asn1_size(PackedByteArray &p_stream, uint8_t p_len_octets) const;
|
||||
bool store_asn1(PackedByteArray &p_stream, uint8_t p_len_octets) const;
|
||||
void store_text(String &p_stream, uint8_t p_indent) const;
|
||||
|
||||
PListNode() {}
|
||||
~PListNode() {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user