From 1609c61c56b527f9a2f73e1419aa5a57d9a6a06d Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Tue, 25 Oct 2016 16:04:56 +0200 Subject: SONAR-8120 Remove components list from api/measures/search --- sonar-ws/src/main/protobuf/ws-measures.proto | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sonar-ws') diff --git a/sonar-ws/src/main/protobuf/ws-measures.proto b/sonar-ws/src/main/protobuf/ws-measures.proto index 16cd35a3d42..f53b81a9a10 100644 --- a/sonar-ws/src/main/protobuf/ws-measures.proto +++ b/sonar-ws/src/main/protobuf/ws-measures.proto @@ -45,13 +45,6 @@ message ComponentWsResponse { // WS api/measures/search message SearchWsResponse { repeated Measure measures = 1; - repeated Component components = 2; - - message Component { - optional string id = 1; - optional string key = 2; - optional string name = 3; - } } message Component { -- cgit v1.2.3