mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Remove undocumented accept() functions
				
					
				
			This commit is contained in:
		| @@ -127,11 +127,6 @@ class ElementProxy : public VariantOperators<ElementProxy<TArray> >, | ||||
|     return getOrAddUpstreamElement().set(value); | ||||
|   } | ||||
|  | ||||
|   template <typename TVisitor> | ||||
|   typename TVisitor::result_type accept(TVisitor& visitor) const { | ||||
|     return getUpstreamElementConst().accept(visitor); | ||||
|   } | ||||
|  | ||||
|   FORCE_INLINE size_t size() const { | ||||
|     return getUpstreamElementConst().size(); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user