aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.c
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 /src/writer.c
parent6295d10a7f076aa4ee403a20c28359ef3a747a68 (diff)
downloadserd-21c59b99a1c75d58d8aab760105b0535cc04c6f1.tar.gz
serd-21c59b99a1c75d58d8aab760105b0535cc04c6f1.tar.bz2
serd-21c59b99a1c75d58d8aab760105b0535cc04c6f1.zip
Remove SERD_NOTHING node type
Diffstat (limited to 'src/writer.c')
-rw-r--r--src/writer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/writer.c b/src/writer.c
index c3ccffb2..aea714f3 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -652,8 +652,6 @@ write_node(SerdWriter* writer,
{
bool ret = false;
switch (node->type) {
- case SERD_NOTHING:
- break;
case SERD_LITERAL:
ret = write_literal(writer, node, datatype, lang, flags);
break;