From 64e9feb8d0e62a4428d1db7a18cf00fdc2917252 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 4 Dec 2010 23:12:24 +0000 Subject: Make libdom work again given lack of init/finalise in hubbub and prepare initial attempt at importing tests into the makefile svn path=/trunk/dom/; revision=10992 --- src/core/string.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core') 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 */ -- cgit v1.2.3