aboutsummaryrefslogtreecommitdiff
path: root/include/tosa_serialization_handler.h
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-05-18 01:13:41 +0000
committerEric Kunze <eric.kunze@arm.com>2023-05-18 01:14:53 +0000
commitf08956b10af531e382e1adf726f2196157f4caab (patch)
treecdb9716676cc6185b37a655221d20556deb02b96 /include/tosa_serialization_handler.h
parentab8d234bdc64896297ceceb7b97ce74a783ac7ae (diff)
downloadserialization_lib-f08956b10af531e382e1adf726f2196157f4caab.tar.gz
Modify TOSA schema to force version to be written
Previously if the values were the default, they would not be written to the file Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: Ibdf13d3ce672d3e8f062a7853d65a966ab5b0877
Diffstat (limited to 'include/tosa_serialization_handler.h')
-rw-r--r--include/tosa_serialization_handler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tosa_serialization_handler.h b/include/tosa_serialization_handler.h
index 04dac52..1665bfa 100644
--- a/include/tosa_serialization_handler.h
+++ b/include/tosa_serialization_handler.h
@@ -408,7 +408,6 @@ protected:
tosa_err_t Clear();
tosa_err_t Deserialize(const uint8_t* buf);
tosa_err_t Serialize();
- TosaVersion ParseTosaSchemaVersion(std::string schema);
private:
TosaVersion _version; /* version struct */