summaryrefslogtreecommitdiff
path: root/src/core/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/string.c')
-rw-r--r--src/core/string.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/string.c b/src/core/string.c
index 1a5b396..a443f55 100644
--- a/src/core/string.c
+++ b/src/core/string.c
@@ -903,8 +903,6 @@ dom_exception _dom_exception_from_lwc_error(lwc_error err)
return DOM_NO_MEM_ERR;
case lwc_error_range:
return DOM_INDEX_SIZE_ERR;
- case lwc_error_initialised:
- return DOM_NO_ERR;
}
assert ("Unknow lwc_error, can't convert to dom_exception");
/* Suppress compile errors */