mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
bug 316816: Project build doesn't print anything on Console if no error parser is selected
This commit is contained in:
parent
be678f1ff4
commit
d77d775b21
1 changed files with 0 additions and 3 deletions
|
@ -306,9 +306,6 @@ public class ErrorParserManager extends OutputStream {
|
|||
* Parses the input and tries to generate error or warning markers
|
||||
*/
|
||||
private void processLine(String line) {
|
||||
if (fErrorParsers.size() == 0)
|
||||
return;
|
||||
|
||||
String lineTrimmed = line.trim();
|
||||
lineCounter++;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue