summaryrefslogtreecommitdiff
path: root/src/core/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/string.h')
-rw-r--r--src/core/string.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/string.h b/src/core/string.h
index 796a2ea..cbf7d36 100644
--- a/src/core/string.h
+++ b/src/core/string.h
@@ -11,10 +11,6 @@
#include <dom/core/string.h>
-/* Create a DOM string from a lwc_string */
-dom_exception _dom_string_create_from_lwcstring(struct lwc_string_s *str,
- dom_string **ret);
-
/* Map the lwc_error to dom_exception */
dom_exception _dom_exception_from_lwc_error(lwc_error err);