aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-01-24 11:49:29 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-24 11:51:15 -0800
commitb3eb4d0b525c1416aca6b9c1c66468ce73050c58 (patch)
tree53f73db768af6506555cb6b9af2822f6e9f9c8e8 /src/main/protobuf
parentb9788e1bc31a31c98079c4870dcf30cc36f41800 (diff)
Automatic code cleanup.
PiperOrigin-RevId: 183118434
Diffstat (limited to 'src/main/protobuf')
-rw-r--r--src/main/protobuf/bazel_flags.proto3
-rw-r--r--src/main/protobuf/build.proto1
-rw-r--r--src/main/protobuf/crosstool_config.proto1
-rw-r--r--src/main/protobuf/extra_actions_base.proto1
4 files changed, 1 insertions, 5 deletions
diff --git a/src/main/protobuf/bazel_flags.proto b/src/main/protobuf/bazel_flags.proto
index ffd361f8e4..c19504866d 100644
--- a/src/main/protobuf/bazel_flags.proto
+++ b/src/main/protobuf/bazel_flags.proto
@@ -19,7 +19,6 @@ syntax = "proto2";
option java_outer_classname = "BazelFlagsProto";
option java_package = "com.google.devtools.build.lib.runtime.commands.proto";
// option java_api_version = 2;
-// option py_api_version = 2;
package bazel_flags;
@@ -36,4 +35,4 @@ message FlagInfo {
message FlagCollection {
repeated FlagInfo flag_infos = 1;
-} \ No newline at end of file
+}
diff --git a/src/main/protobuf/build.proto b/src/main/protobuf/build.proto
index 57a0784b3e..d4e7915d56 100644
--- a/src/main/protobuf/build.proto
+++ b/src/main/protobuf/build.proto
@@ -21,7 +21,6 @@ package blaze_query;
// option cc_api_version = 2;
// option java_api_version = 1;
-// option py_api_version = 1;
option java_package = "com.google.devtools.build.lib.query2.proto.proto2api";
diff --git a/src/main/protobuf/crosstool_config.proto b/src/main/protobuf/crosstool_config.proto
index d0ae71a584..b81085e58a 100644
--- a/src/main/protobuf/crosstool_config.proto
+++ b/src/main/protobuf/crosstool_config.proto
@@ -19,7 +19,6 @@ syntax = "proto2";
// option java_api_version = 2;
option java_package = "com.google.devtools.build.lib.view.config.crosstool";
-// option py_api_version = 2;
package com.google.devtools.build.lib.view.config.crosstool;
diff --git a/src/main/protobuf/extra_actions_base.proto b/src/main/protobuf/extra_actions_base.proto
index d2528c0d83..7a517d38ac 100644
--- a/src/main/protobuf/extra_actions_base.proto
+++ b/src/main/protobuf/extra_actions_base.proto
@@ -21,7 +21,6 @@ package blaze;
option java_multiple_files = true;
option java_package = "com.google.devtools.build.lib.actions.extra";
// option cc_api_version = 2;
-// option py_api_version = 2;
// option java_api_version = 2;
// A list of extra actions and metadata for the print_action command.