mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 18:35:32 +02:00
Undo!
This commit is contained in:
parent
e10c748d02
commit
22dcf4b013
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ public abstract class Parser extends ExpressionParser implements IParser
|
||||||
{
|
{
|
||||||
super( scanner, language, log );
|
super( scanner, language, log );
|
||||||
requestor = callback;
|
requestor = callback;
|
||||||
assert true: this;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// counter that keeps track of the number of times Parser.parse() is called
|
// counter that keeps track of the number of times Parser.parse() is called
|
||||||
|
|
Loading…
Add table
Reference in a new issue