jscript: We don't need throw_eval_error() so remove it.

Francois Gouget fgouget at free.fr
Sat Nov 14 08:54:32 CST 2009


---

Piotr Caban has determined that throw_uri_error() was needed but not 
throw_eval_error().

 dlls/jscript/error.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/dlls/jscript/error.c b/dlls/jscript/error.c
index 6c89d70..d8503f1 100644
--- a/dlls/jscript/error.c
+++ b/dlls/jscript/error.c
@@ -489,11 +489,6 @@ static HRESULT throw_error(script_ctx_t *ctx, jsexcept_t *ei, UINT id, const WCH
     return id;
 }
 
-HRESULT throw_eval_error(script_ctx_t *ctx, jsexcept_t *ei, UINT id, const WCHAR *str)
-{
-    return throw_error(ctx, ei, id, str, ctx->eval_error_constr);
-}
-
 HRESULT throw_generic_error(script_ctx_t *ctx, jsexcept_t *ei, UINT id, const WCHAR *str)
 {
     return throw_error(ctx, ei, id, str, ctx->error_constr);
-- 
1.6.3.3




More information about the wine-patches mailing list