From 2754feca4e5fa8fdd804c827783250f48676296c Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Wed, 9 Jun 2021 16:26:56 -0500 Subject: SONAR-14925 Remove code deprecated before 7.0 in the Plugin API --- sonar-scanner-protocol/src/main/protobuf/scanner_report.proto | 1 - 1 file changed, 1 deletion(-) (limited to 'sonar-scanner-protocol') diff --git a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto index b2deb7be2f5..f800a28ba2d 100644 --- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto +++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto @@ -320,7 +320,6 @@ message SyntaxHighlightingRule { ANNOTATION = 1; CONSTANT = 2; COMMENT = 3; - CPP_DOC = 4; STRUCTURED_COMMENT = 5; KEYWORD = 6; HIGHLIGHTING_STRING = 7; -- cgit v1.2.3