mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Removed the println from DOMBuilder.
This commit is contained in:
parent
33b57623e6
commit
35d67a4b7e
1 changed files with 4 additions and 4 deletions
|
@ -940,10 +940,10 @@ public class DOMBuilder implements IParserCallback
|
|||
* @see org.eclipse.cdt.internal.core.parser.IParserCallback#simpleDeclSpecifierType(java.lang.Object, java.lang.Object)
|
||||
*/
|
||||
public void simpleDeclSpecifierType(Object declaration, Object type) {
|
||||
if( type instanceof TypeSpecifier )
|
||||
{
|
||||
System.out.println( "Told you so!");
|
||||
}
|
||||
// if( type instanceof TypeSpecifier )
|
||||
// {
|
||||
// System.out.println( "Told you so!");
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue