summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrimio <vasi.vilvoiu@gmail.com>2018-03-04 19:29:39 +0200
committerrimio <vasi.vilvoiu@gmail.com>2018-03-04 19:29:39 +0200
commit4bb2cc10726705e5272fa03e58716fc088bf7faa (patch)
tree46068d30cf4c636198bd599b5feb0338db021259 /include
parente49bcd51c6b973dfb7ff6503f6564b9d8649643d (diff)
Refactor tree decoder
Diffstat (limited to 'include')
-rw-r--r--include/ecbor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ecbor.h b/include/ecbor.h
index 6408d3d..87f52d8 100644
--- a/include/ecbor.h
+++ b/include/ecbor.h
@@ -134,7 +134,6 @@ struct ecbor_item {
ecbor_item_t *parent;
ecbor_item_t *child; /* first child */
ecbor_item_t *next; /* next in array or map */
- ecbor_item_t *prev; /* ditto */
size_t index; /* index in array or map */
};