Skip to content

Commit

Permalink
Remove ABExperimentContext reference
Browse files Browse the repository at this point in the history
Summary: As in the title.

Reviewed By: ssj933

Differential Revision: D45529758

fbshipit-source-id: 5b510c3165cb667cdce73027b4efee8df1328733
  • Loading branch information
adicatana authored and facebook-github-bot committed May 5, 2023
1 parent c536f70 commit 2793a84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions opt/outliner/InstructionSequenceOutliner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,11 +677,6 @@ static bool can_outline_insn(const RefChecker& ref_checker,
if (!ref_checker.check_method(method)) {
return false;
}
auto rabbit_type =
DexType::make_type("Lcom/facebook/redex/RabbitRuntimeHelper;");
if (method->get_class() == rabbit_type) {
return false;
}
if (!PositionPatternSwitchManager::
CAN_OUTLINED_METHOD_INVOKE_OUTLINED_METHOD &&
insn->opcode() == OPCODE_INVOKE_STATIC && is_outlined_method(method)) {
Expand Down

0 comments on commit 2793a84

Please sign in to comment.