Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.core/plugin.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml
index 5cb349500ae..da487f7dd7d 100644
--- a/core/org.eclipse.cdt.core/plugin.xml
+++ b/core/org.eclipse.cdt.core/plugin.xml
@@ -284,15 +284,6 @@
class="org.eclipse.cdt.internal.errorparsers.VCErrorParser">
</errorparser>
</extension>
- <extension
- id="RegexErrorParser"
- name="%CDTRegexErrorParser.name"
- point="org.eclipse.cdt.core.ErrorParser">
- <errorparser
- id="org.eclipse.cdt.core.RegexErrorParser"
- name="%CDTRegexErrorParser.name">
- </errorparser>
- </extension>
<!-- =================================================================================== -->
<!-- CDT customized problem markers: C Problem markers -->
<!-- =================================================================================== -->

Back to the top