Skip to content

Commit

Permalink
Remove public getFeatureConfiguration from LinkCommandLine
Browse files Browse the repository at this point in the history
It's used in CppCompileActionTest only. The tests are actually more robust if they check if CppLinkAction actually used pic or not. That pic is used exactly when main.pic.o is an input to linking action.

PiperOrigin-RevId: 594448244
Change-Id: Iaba5c7ae0d3e5bb3199f3b56c625083fbef3a66a
  • Loading branch information
comius authored and copybara-github committed Dec 29, 2023
1 parent 6846317 commit a31b3de
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,10 @@ public Artifact getParamFile() {
return paramFile;
}

@Nullable
@VisibleForTesting
public FeatureConfiguration getFeatureConfiguration() {
return featureConfiguration;
}

public String getActionName() {
return actionName;
}

/** Returns the current type of link target set. */
public LinkTargetType getLinkTargetType() {
return linkTargetType;
}

/** Returns the "staticness" of the link. */
public Link.LinkingMode getLinkingMode() {
return linkingMode;
Expand Down

0 comments on commit a31b3de

Please sign in to comment.