Skip to content

Commit

Permalink
C++: Delete PyCcLinkParamsProvider.
Browse files Browse the repository at this point in the history
No longer needed.

RELNOTES:none
PiperOrigin-RevId: 199593828
  • Loading branch information
oquenchil authored and Copybara-Service committed Jun 7, 2018
1 parent ef77f87 commit d0982b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ protected void collect(
CcLinkParams.Builder builder, boolean linkingStatically, boolean linkShared) {
builder.addTransitiveTargets(
ruleContext.getPrerequisites("deps", Mode.TARGET),
PyCcLinkParamsProvider.TO_LINK_PARAMS,
CcLinkParamsStore.TO_LINK_PARAMS);
}
};
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ protected void collect(
CcLinkParams.Builder builder, boolean linkingStatically, boolean linkShared) {
builder.addTransitiveTargets(
ruleContext.getPrerequisites("deps", Mode.TARGET),
PyCcLinkParamsProvider.TO_LINK_PARAMS,
CcLinkParamsStore.TO_LINK_PARAMS);
}
};
Expand Down

0 comments on commit d0982b9

Please sign in to comment.