mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-31 03:07:35 +02:00
Remove unused code
This commit is contained in:
@ -51,16 +51,6 @@ class ArrayData : public CollectionData {
|
|||||||
array->removeElement(index, resources);
|
array->removeElement(index, resources);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool copyFrom(const ArrayData& src, ResourceManager* resources);
|
|
||||||
|
|
||||||
static bool copy(ArrayData* dst, const ArrayData* src,
|
|
||||||
ResourceManager* resources) {
|
|
||||||
if (!dst || !src)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
return dst->copyFrom(*src, resources);
|
|
||||||
}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
iterator at(size_t index, const ResourceManager* resources) const;
|
iterator at(size_t index, const ResourceManager* resources) const;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user