1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Updating class template definitions in the index, bug 256122.

This commit is contained in:
Markus Schorn 2008-12-15 15:44:02 +00:00
parent f091f52080
commit a81c523051

View file

@ -193,12 +193,6 @@ public class CPPVisitor extends ASTQueries {
public static final String TYPE_INFO= "type_info"; //$NON-NLS-1$
public static IBinding createBinding(IASTName name) {
if (name.toString().equals("GetCharset"))
// mstodo
{
int ____i = 0;
____i++;
}
IASTNode parent = name.getParent();
IBinding binding = null;
if (parent instanceof IASTNamedTypeSpecifier ||