aboutsummaryrefslogtreecommitdiffstats
path: root/serd
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-19 10:21:30 -0500
committerDavid Robillard <d@drobilla.net>2019-12-19 10:21:30 -0500
commit82af4d09d7f08f25c160971e92d760b0147ad0fa (patch)
treebdd410b02121c1265cb2b7b08223b2a017a45e1a /serd
parentd56310496ba0999e1f80b39d7c1fb7ea707d60c6 (diff)
downloadserd-82af4d09d7f08f25c160971e92d760b0147ad0fa.tar.gz
serd-82af4d09d7f08f25c160971e92d760b0147ad0fa.tar.bz2
serd-82af4d09d7f08f25c160971e92d760b0147ad0fa.zip
Remove SERD_NOTHING node type
Diffstat (limited to 'serd')
-rw-r--r--serd/serd.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/serd/serd.h b/serd/serd.h
index 91903c7e..f09d2ea8 100644
--- a/serd/serd.h
+++ b/serd/serd.h
@@ -154,13 +154,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).