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

Alexandre Julliard julliard at winehq.org
Mon Nov 16 11:43:54 CST 2009


Module: wine
Branch: master
Commit: 5d06095dfb3b57d9c72bbf7f09326522585890ad
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5d06095dfb3b57d9c72bbf7f09326522585890ad

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Nov 14 15:54:32 2009 +0100

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

---

 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);




More information about the wine-cvs mailing list