Missing generated code files.

Change-Id: I8808b0b419981ba7d0699da4a1effb0b660a21cb
This commit is contained in:
Wouter van Oortmerssen
2017-11-20 09:19:35 -08:00
parent 0cf04ad9d5
commit be1ad33910
4 changed files with 0 additions and 12 deletions

View File

@@ -54,9 +54,6 @@ MANUALLY_ALIGNED_STRUCT(4) StructInNestedNS FLATBUFFERS_FINAL_CLASS {
StructInNestedNS() {
memset(this, 0, sizeof(StructInNestedNS));
}
StructInNestedNS(const StructInNestedNS &_o) {
memcpy(this, &_o, sizeof(StructInNestedNS));
}
StructInNestedNS(int32_t _a, int32_t _b)
: a_(flatbuffers::EndianScalar(_a)),
b_(flatbuffers::EndianScalar(_b)) {