From 913674a20240e2ef122c290530bfe80ffdef21b6 Mon Sep 17 00:00:00 2001 From: leper Date: Wed, 31 Dec 2014 00:21:41 +0000 Subject: [PATCH] Remove useless call. This was SVN commit r16090. --- source/scriptinterface/ScriptInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/scriptinterface/ScriptInterface.cpp b/source/scriptinterface/ScriptInterface.cpp index 17555f85a1..d87ab68280 100644 --- a/source/scriptinterface/ScriptInterface.cpp +++ b/source/scriptinterface/ScriptInterface.cpp @@ -1012,7 +1012,6 @@ std::string ScriptInterface::StringifyJSON(JS::MutableHandleValue obj, bool inde { JS_ClearPendingException(m->m_cx); LOGERROR(L"StringifyJSON failed"); - JS_ClearPendingException(m->m_cx); return std::string(); }