1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
This commit is contained in:
Doug Schaefer 2004-02-23 19:53:47 +00:00
parent e10c748d02
commit 22dcf4b013

View file

@ -90,7 +90,6 @@ public abstract class Parser extends ExpressionParser implements IParser
{
super( scanner, language, log );
requestor = callback;
assert true: this;
}
// counter that keeps track of the number of times Parser.parse() is called