Skip to content

Commit

Permalink
Remove unused ToolchainInfo feature.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 355635984
  • Loading branch information
katre authored and copybara-github committed Feb 4, 2021
1 parent 699598d commit 6cb8385
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
package com.google.devtools.build.lib.analysis.platform;

import com.google.common.collect.ImmutableCollection;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.ImmutableSortedMap;
import com.google.devtools.build.lib.concurrent.ThreadSafety.Immutable;
Expand Down Expand Up @@ -109,7 +108,4 @@ public synchronized ImmutableCollection<String> getFieldNames() {
}
return fieldNames;
}

/** Add make variables to be exported to dependers. */
public void addGlobalMakeVariables(ImmutableMap.Builder<String, String> globalMakeEnvBuilder) {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ public boolean shouldProcessHeaders(
return featureConfiguration.isEnabled(CppRuleClasses.PARSE_HEADERS);
}

@Override
public void addGlobalMakeVariables(ImmutableMap.Builder<String, String> globalMakeEnvBuilder) {
ImmutableMap.Builder<String, String> result = ImmutableMap.builder();

Expand Down

0 comments on commit 6cb8385

Please sign in to comment.