Skip to content

Commit a035116

Browse files
committed
Remove unused struct RawData
1 parent 806fa90 commit a035116

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ArduinoJson/Variant/VariantContent.hpp

-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ enum {
3737
OWNED_KEY_BIT = 0x80
3838
};
3939

40-
struct RawData {
41-
const char* data;
42-
size_t size;
43-
};
44-
4540
union VariantContent {
4641
JsonFloat asFloat;
4742
bool asBoolean;

0 commit comments

Comments
 (0)