aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/src/main/protobuf
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2015-05-04 11:39:01 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2015-05-04 14:37:20 +0200
commit397225c8cfecefa3029120e7e8a14bda7b66338c (patch)
tree7e1c43950627db5d7e96e4600fb7d9a4d664e5af /sonar-batch-protocol/src/main/protobuf
parent9ea26061ad812561def023b5c59215513ec8c5dd (diff)
downloadsonarqube-397225c8cfecefa3029120e7e8a14bda7b66338c.tar.gz
sonarqube-397225c8cfecefa3029120e7e8a14bda7b66338c.zip
Cleanup batch side from specific code for devcockpit and views
Diffstat (limited to 'sonar-batch-protocol/src/main/protobuf')
-rw-r--r--sonar-batch-protocol/src/main/protobuf/constants.proto2
1 files changed, 0 insertions, 2 deletions
diff --git a/sonar-batch-protocol/src/main/protobuf/constants.proto b/sonar-batch-protocol/src/main/protobuf/constants.proto
index de6317e1290..cb9a86f6ec4 100644
--- a/sonar-batch-protocol/src/main/protobuf/constants.proto
+++ b/sonar-batch-protocol/src/main/protobuf/constants.proto
@@ -35,8 +35,6 @@ enum ComponentType {
MODULE = 1;
DIRECTORY = 2;
FILE = 3;
- VIEW = 4;
- SUBVIEW = 5;
}
enum MeasureValueType {