Skip to content

Commit

Permalink
Delete SubincludePreprocessor
Browse files Browse the repository at this point in the history
RELNOTES: None.
PiperOrigin-RevId: 152408223
  • Loading branch information
laurentlb authored and hlopko committed Apr 7, 2017
1 parent 4d2a0a1 commit ed959e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 79 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
import com.google.devtools.build.lib.cmdline.PackageIdentifier;
import com.google.devtools.build.lib.packages.ConstantRuleVisibility;
import com.google.devtools.build.lib.packages.NoSuchTargetException;
import com.google.devtools.build.lib.packages.Preprocessor;
import com.google.devtools.build.lib.packages.util.SubincludePreprocessor;
import com.google.devtools.build.lib.pkgcache.PackageCacheOptions;
import com.google.devtools.build.lib.pkgcache.PathPackageLocator;
import com.google.devtools.build.lib.skyframe.util.SkyframeExecutorTestUtils;
Expand Down Expand Up @@ -90,11 +88,6 @@ private void preparePackageLoading(Path... roots) {
new TimestampGranularityMonitor(BlazeClock.instance()));
}

@Override
protected Preprocessor.Factory.Supplier getPreprocessorFactorySupplier() {
return new SubincludePreprocessor.FactorySupplier();
}

@Override
protected FileSystem createFileSystem() {
return fs;
Expand Down

0 comments on commit ed959e2

Please sign in to comment.