mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Removed unused friend
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
namespace ArduinoJson {
|
||||
template <int CAPACITY>
|
||||
class StaticJsonBuffer : public JsonBuffer {
|
||||
friend class JsonObject;
|
||||
|
||||
public:
|
||||
explicit StaticJsonBuffer() : _size(0) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user