Fix empty struct error
I added an empty ODK_ParsedRelease struct in ODK in case we want to add fields for release requests in the future but this is causing an error in C. Removing it for now. Will add it if needed for future unit tests. PiperOrigin-RevId: 581059171 Change-Id: Ic547cf3cef3cf89f503f39cff27888d77056eddc
This commit is contained in:
@@ -64,7 +64,6 @@ struct ODK_ReleaseResponseParams {
|
||||
uint32_t clock_security_level;
|
||||
int64_t seconds_since_license_requested;
|
||||
int64_t seconds_since_first_decrypt;
|
||||
ODK_ParsedRelease parsed_release;
|
||||
std::vector<ODK_Field> extra_fields;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user