aboutsummaryrefslogtreecommitdiffstats
path: root/src/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/string.c b/src/string.c
index 6c834cc4..55654033 100644
--- a/src/string.c
+++ b/src/string.c
@@ -50,8 +50,6 @@ serd_strerror(SerdStatus status)
return (const uint8_t*)"Invalid CURIE";
case SERD_ERR_INTERNAL:
return (const uint8_t*)"Internal error";
- default:
- break;
}
return (const uint8_t*)"Unknown error"; // never reached
}