aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-05-11 12:09:09 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-05-11 12:55:40 +0000
commitaa4136aa384eb2683d8df1b67fb0eaf755ec8021 (patch)
tree2da3811e09edcb615d4a2c5dd9c905a63c4a0cee
parent5d80fddc70d43cb0051d2774cf7d5b1bcfa92439 (diff)
Remove the disable_pbh feature again.
-- MOS_MIGRATED_REVID=122044135
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/cpp/CppRuleClasses.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/cpp/CppRuleClasses.java b/src/main/java/com/google/devtools/build/lib/rules/cpp/CppRuleClasses.java
index 2d71008e23..77a9719923 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/cpp/CppRuleClasses.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/cpp/CppRuleClasses.java
@@ -88,11 +88,6 @@ public class CppRuleClasses {
* A string constant for the preprocess_headers feature.
*/
public static final String PREPROCESS_HEADERS = "preprocess_headers";
-
- /**
- * A string constant for the disable_pbh feature.
- */
- public static final String DISABLE_PBH = "disable_pbh";
/**
* A string constant for the module_maps feature; this is a precondition to the layering_check and