1
0
Fork 0
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:
John Camelon 2003-05-06 15:33:32 +00:00
parent 33b57623e6
commit 35d67a4b7e

View file

@ -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!");
// }
}
}