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:
parent
f091f52080
commit
a81c523051
1 changed files with 0 additions and 6 deletions
|
@ -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 ||
|
||||
|
|
Loading…
Add table
Reference in a new issue