aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.c
diff options
context:
space:
mode:
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;