Skip to content

Commit 1c1cc2f

Browse files
committed
Remove unused variable
1 parent 05a7fe4 commit 1c1cc2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

android/src/main/new_arch/react/renderer/components/RNLiveMarkdownSpec/MarkdownTextInputDecoratorShadowNode.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ void MarkdownTextInputDecoratorShadowNode::tryUpdateCustomContextContainer() {
6060
this->getProps()->rawProps["parserId"].asInt();
6161

6262
if (currentParserId != previousParserId_ || markdownStyle != previousMarkdownStyle_) {
63-
const JFabricUIManager::javaobject &customUIManager =
64-
this->customContextContainer_->at<JFabricUIManager::javaobject>("FabricUIManager");
65-
6663
createCustomContextContainer();
6764
}
6865
}

0 commit comments

Comments
 (0)