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

This commit is contained in:
Francois Gouget 2009-11-14 15:54:32 +01:00 committed by Alexandre Julliard
parent 67c8e896a9
commit 5d06095dfb
1 changed files with 0 additions and 5 deletions

View File

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