mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 02:37:35 +02:00
Remove unused JsonDocument
constructor
This commit is contained in:
@ -49,12 +49,6 @@ class JsonDocument : public detail::VariantOperators<const JsonDocument&> {
|
|||||||
set(src);
|
set(src);
|
||||||
}
|
}
|
||||||
|
|
||||||
// disambiguate
|
|
||||||
// TODO: still needed?
|
|
||||||
JsonDocument(JsonVariant src) {
|
|
||||||
set(src);
|
|
||||||
}
|
|
||||||
|
|
||||||
JsonDocument& operator=(JsonDocument src) {
|
JsonDocument& operator=(JsonDocument src) {
|
||||||
swap(*this, src);
|
swap(*this, src);
|
||||||
return *this;
|
return *this;
|
||||||
|
Reference in New Issue
Block a user