Skip to content

Commit

Permalink
Update src/dlite-json.c
Browse files Browse the repository at this point in the history
Co-authored-by: Tor S. Haugland <torshaugland@gmail.com>
  • Loading branch information
jesper-friis and torhaugl authored Oct 28, 2024
1 parent 9f9b999 commit f650317
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dlite-json.c
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,6 @@ struct _DLiteJsonIter {
const jsmntok_t *t; /*!< Pointer to current token */
unsigned int n; /*!< Current token number */
unsigned int size; /*!< Size of the root object */
//char *metaid; /*!< Metadata id to match */
char metauuid[DLITE_UUID_LENGTH+1]; /*!< UUID of metadata */
};

Expand Down

0 comments on commit f650317

Please sign in to comment.