From 6ad1f0957a020cb57b177ab015c17aa883e1f0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Gregorczyk?= Date: Tue, 19 Dec 2017 13:57:45 -0800 Subject: [PATCH] Kill orphaned marker end in JSCExecutor Reviewed By: mhorowitz Differential Revision: D6594498 fbshipit-source-id: 67f281ded088bdbad3eb1e173882d4328c1fdc93 --- ReactCommon/cxxreact/JSCExecutor.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/ReactCommon/cxxreact/JSCExecutor.cpp b/ReactCommon/cxxreact/JSCExecutor.cpp index c14dd3cc7..75e929fa9 100644 --- a/ReactCommon/cxxreact/JSCExecutor.cpp +++ b/ReactCommon/cxxreact/JSCExecutor.cpp @@ -438,9 +438,6 @@ namespace facebook { jsScript = adoptString(std::move(script)); ReactMarker::logMarker(ReactMarker::JS_BUNDLE_STRING_CONVERT_STOP); } -#ifdef WITH_FBSYSTRACE - fbsystrace_end_section(TRACE_TAG_REACT_CXX_BRIDGE); -#endif SystraceSection s_("JSCExecutor::loadApplicationScript-evaluateScript"); evaluateScript(m_context, jsScript, jsSourceURL);