aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Luis Fernando Pino Duque <lpino@google.com>2016-02-01 11:33:53 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-02-02 14:54:43 +0000
commit77f9a05154fe4b2e7f57c201fc980d098db7f776 (patch)
tree0f71bbfdce87ccc096235ce961960f23c3154411 /src
parent68d0b69165127e259b23515f3d6d62fd1e4fc0ea (diff)
Remove the ALLOW_CC_INCLUDE_SCANNING constant since it is not being used anymore.
-- MOS_MIGRATED_REVID=113512761
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/google/devtools/build/lib/Constants.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/Constants.java b/src/main/java/com/google/devtools/build/lib/Constants.java
index e7b23e2895..edf6be59ab 100644
--- a/src/main/java/com/google/devtools/build/lib/Constants.java
+++ b/src/main/java/com/google/devtools/build/lib/Constants.java
@@ -50,8 +50,4 @@ public final class Constants {
// Most other tools dependencies use this; we plan to split it into per-language repositories.
public static final String TOOLS_REPOSITORY = "@bazel_tools".toString();
-
- // The --cc_include_scanning flag does not work in Bazel, and will be removed imminently.
- // We currently use this constant to disable it unconditionally.
- public static final boolean ALLOW_CC_INCLUDE_SCANNING = new Boolean(false).booleanValue();
}