aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/IncludeScannable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/cpp/IncludeScannable.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/cpp/IncludeScannable.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/cpp/IncludeScannable.java b/src/main/java/com/google/devtools/build/lib/rules/cpp/IncludeScannable.java
index 0b46c5293a..c9dbcd120e 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/cpp/IncludeScannable.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/cpp/IncludeScannable.java
@@ -93,12 +93,6 @@ public interface IncludeScannable {
NestedSet<Artifact> getDeclaredIncludeSrcs();
/**
- * Returns additional scannables that need also be scanned when scanning this
- * scannable. May be empty but not null. This is not evaluated recursively.
- */
- Iterable<IncludeScannable> getAuxiliaryScannables();
-
- /**
* Returns a map of (generated header:.includes file listing the header's includes) which may be
* reached during include scanning. Generated files which are reached, but not in the key set,
* must be ignored.