aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.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/env.c
parent6295d10a7f076aa4ee403a20c28359ef3a747a68 (diff)
downloadserd-21c59b99a1c75d58d8aab760105b0535cc04c6f1.tar.gz
serd-21c59b99a1c75d58d8aab760105b0535cc04c6f1.tar.bz2
serd-21c59b99a1c75d58d8aab760105b0535cc04c6f1.zip
Remove SERD_NOTHING node type
Diffstat (limited to 'src/env.c')
-rw-r--r--src/env.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/env.c b/src/env.c
index 488e52fe..c99d2bc4 100644
--- a/src/env.c
+++ b/src/env.c
@@ -220,7 +220,6 @@ serd_env_expand_node(const SerdEnv* env,
const SerdNode* node)
{
switch (node->type) {
- case SERD_NOTHING:
case SERD_LITERAL:
break;
case SERD_URI: {