mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
reverting accidental commit
This commit is contained in:
parent
d76a1d0722
commit
504ceda709
1 changed files with 0 additions and 1 deletions
|
@ -488,7 +488,6 @@ public abstract class AbstractGNUSourceCodeParser implements ISourceCodeParser {
|
||||||
}
|
}
|
||||||
|
|
||||||
public IASTTranslationUnit parse() {
|
public IASTTranslationUnit parse() {
|
||||||
if(1==1) throw new RuntimeException("KABOOM");
|
|
||||||
long startTime = System.currentTimeMillis();
|
long startTime = System.currentTimeMillis();
|
||||||
translationUnit();
|
translationUnit();
|
||||||
log.traceLog("Parse " //$NON-NLS-1$
|
log.traceLog("Parse " //$NON-NLS-1$
|
||||||
|
|
Loading…
Add table
Reference in a new issue