aboutsummaryrefslogtreecommitdiffstats
path: root/serd/serd.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-19 10:21:30 -0500
committerDavid Robillard <d@drobilla.net>2020-10-27 13:13:58 +0100
commit21c59b99a1c75d58d8aab760105b0535cc04c6f1 (patch)
tree0fb53eb4c32bee05624cdfc451bbd46b419bf800 /serd/serd.h
parent6295d10a7f076aa4ee403a20c28359ef3a747a68 (diff)
downloadserd-21c59b99a1c75d58d8aab760105b0535cc04c6f1.tar.gz
serd-21c59b99a1c75d58d8aab760105b0535cc04c6f1.tar.bz2
serd-21c59b99a1c75d58d8aab760105b0535cc04c6f1.zip
Remove SERD_NOTHING node type
Diffstat (limited to 'serd/serd.h')
-rw-r--r--serd/serd.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/serd/serd.h b/serd/serd.h
index 39b80b3b..fc1ac5ff 100644
--- a/serd/serd.h
+++ b/serd/serd.h
@@ -158,13 +158,6 @@ typedef uint32_t SerdStatementFlags;
*/
typedef enum {
/**
- The type of a nonexistent node.
-
- This type is useful as a sentinel, but is never emitted by the reader.
- */
- SERD_NOTHING = 0,
-
- /**
Literal value.
A literal optionally has either a language, or a datatype (not both).