1
0
Fork 0
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:
Mike Kucera 2009-01-07 19:40:52 +00:00
parent d76a1d0722
commit 504ceda709

View file

@ -488,7 +488,6 @@ public abstract class AbstractGNUSourceCodeParser implements ISourceCodeParser {
}
public IASTTranslationUnit parse() {
if(1==1) throw new RuntimeException("KABOOM");
long startTime = System.currentTimeMillis();
translationUnit();
log.traceLog("Parse " //$NON-NLS-1$