Delete cpp default version

This commit is contained in:
Clément Fournier 2023-06-10 14:35:11 +02:00
parent 287a9a275c
commit 6f6608dad9
No known key found for this signature in database
GPG Key ID: D7666BA1B9701B6F

View File

@ -33,7 +33,6 @@ public class CppLanguageModule extends CpdOnlyLanguageModuleBase {
public CppLanguageModule() {
super(LanguageMetadata.withId("cpp")
.name("C++")
.addDefaultVersion("any")
.extensions("h", "hpp", "hxx", "c", "cpp", "cxx", "cc", "C"));
}