Skip to content

Commit

Permalink
C++: Removes unneeded line in CcBinary
Browse files Browse the repository at this point in the history
The interface output gets added to the action outputs anyway.

RELNOTES:none
PiperOrigin-RevId: 211448311
  • Loading branch information
oquenchil authored and Copybara-Service committed Sep 4, 2018
1 parent 205e545 commit ee77832
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ public static ConfiguredTarget init(CppSemantics semantics, RuleContext ruleCont
ruleContext.getConfiguration(),
LinkTargetType.INTERFACE_DYNAMIC_LIBRARY);
linkActionBuilder.setInterfaceOutput(interfaceLibrary);
linkActionBuilder.addActionOutput(interfaceLibrary);
}
}
}
Expand Down

0 comments on commit ee77832

Please sign in to comment.