summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 */
};