mirror of
				https://github.com/bblanchon/ArduinoJson.git
				synced 2025-11-04 00:21:36 +01:00 
			
		
		
		
	Remove unused code
This commit is contained in:
		@@ -51,16 +51,6 @@ class ArrayData : public CollectionData {
 | 
			
		||||
    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:
 | 
			
		||||
  iterator at(size_t index, const ResourceManager* resources) const;
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user