aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.c
diff options
context:
space:
mode:
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 c4744885..f88b8ab1 100644
--- a/src/env.c
+++ b/src/env.c
@@ -222,7 +222,6 @@ SerdNode*
serd_env_expand_node(const SerdEnv* env, const SerdNode* node)
{
switch (node->type) {
- case SERD_NOTHING:
case SERD_LITERAL:
break;
case SERD_URI: {