From 952076b5490f211143e48e6521650b9af30a27e0 Mon Sep 17 00:00:00 2001 From: David Chen Date: Mon, 25 Jan 2016 11:18:47 +0000 Subject: Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables from Bazel native rule inline documentation. These variables are no longer used because the docgen templates now directly generate the table of attributes instead of using ATTRIBUTE_DEFINITION and call RuleDocumentation.getAttributeSignature() instead of using ATTRIBUTE_SIGNATURE. RuleDocumentation.getHtmlDocumentation() currently resolves both of these variables to the empty string. -- MOS_MIGRATED_REVID=112933659 --- .../com/google/devtools/build/lib/rules/objc/IosApplicationRule.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main/java/com/google/devtools/build/lib/rules/objc/IosApplicationRule.java') diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/IosApplicationRule.java b/src/main/java/com/google/devtools/build/lib/rules/objc/IosApplicationRule.java index bf2b066692..bead926ac6 100644 --- a/src/main/java/com/google/devtools/build/lib/rules/objc/IosApplicationRule.java +++ b/src/main/java/com/google/devtools/build/lib/rules/objc/IosApplicationRule.java @@ -87,8 +87,6 @@ public class IosApplicationRule implements RuleDefinition { /* -${ATTRIBUTE_SIGNATURE} -

This rule produces an application bundle for iOS.

When running an iOS application using the run command, environment variables that are prefixed with IOS_ will be passed to the launched application, with the prefix @@ -97,6 +95,4 @@ passed to the application.

${IMPLICIT_OUTPUTS} -${ATTRIBUTE_DEFINITION} - */ -- cgit v1.2.3