mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 00:32:37 +01:00 
			
		
		
		
	Remove redundant copy constructor of AllocatorOwner
				
					
				
			This commit is contained in:
		| @@ -14,7 +14,6 @@ template <typename TAllocator> | ||||
| class AllocatorOwner { | ||||
|  public: | ||||
|   AllocatorOwner() {} | ||||
|   AllocatorOwner(const AllocatorOwner& src) : _allocator(src._allocator) {} | ||||
|   AllocatorOwner(TAllocator a) : _allocator(a) {} | ||||
|  | ||||
|   void* allocate(size_t size) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user